|
|
|
|
Location:
sipcallidheader.h
Link against: sipcodec.lib
class CSIPCallIDHeader : public CSIPHeaderBase;
Class for a SIP Call-ID header.
sipcodec.lib
CBase - Base class for all classes to be instantiated on the heap
CSIPHeaderBase - Class provides a generic interface for all the SIP headers
CSIPCallIDHeader - Class for a SIP Call-ID header
Defined in CSIPCallIDHeader:
CloneL(), DecodeL(), InternalizeValueL(), Name(), ToTextValueL(), operator==(), ~CSIPCallIDHeader()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CSIPHeaderBase:
ExternalizeL(),
ExternalizeSupported(),
PushLC(),
ToTextL(),
ToTextLC(),
ToTextValueLC()
static IMPORT_C CSIPCallIDHeader *DecodeL(const TDesC8 &aValue);
Constructs a CSIPCallIDHeader from textual representation of the header's value part.
|
|
IMPORT_C TBool operator==(const CSIPCallIDHeader &aCallIDHeader);
Compares this instance to another "Call-ID" header object
|
|
static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);
Constructs an instance of a CSIPCallIDHeader from a RReadStream
|
|
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
From CSIPHeaderBase CloneL
|
virtual IMPORT_C HBufC8 *ToTextValueL() const;
From CSIPHeaderBase ToTextValueL
|