API published in: S60 3rd Ed
Link against: sipcodec.lib
None
#include <sipcallidheader.h>
Inherits CSIPHeaderBase.
Public Member Functions | |
| IMPORT_C | ~CSIPCallIDHeader () |
| Destructor. | |
| IMPORT_C TBool | operator== (const CSIPCallIDHeader &aCallIDHeader) |
| Compares this instance to another "Call-ID" header object. | |
| IMPORT_C CSIPHeaderBase * | CloneL () const |
| From CSIPHeaderBase CloneL. | |
| IMPORT_C RStringF | Name () const |
| From CSIPHeaderBase Name. | |
| IMPORT_C HBufC8 * | ToTextValueL () const |
| From CSIPHeaderBase ToTextValueL. | |
| TBool | HasCompactName () const |
| RStringF | CompactName () const |
| TPreferredPlace | PreferredPlaceInMessage () const |
Static Public Member Functions | |
| static IMPORT_C CSIPCallIDHeader * | DecodeL (const TDesC8 &aValue) |
| Constructs a CSIPCallIDHeader from textual representation of the header's value part. | |
| static IMPORT_C CSIPHeaderBase * | InternalizeValueL (RReadStream &aReadStream) |
| Constructs an instance of a CSIPCallIDHeader from a RReadStream. | |
| static RPointerArray< CSIPHeaderBase > | BaseDecodeL (const TDesC8 &aValue) |
|
|
Destructor. |
|
|
|
From CSIPHeaderBase CloneL. Implements CSIPHeaderBase. |
|
|
Reimplemented from CSIPHeaderBase. |
|
|
Constructs a CSIPCallIDHeader from textual representation of the header's value part.
|
|
|
Reimplemented from CSIPHeaderBase. |
|
|
Constructs an instance of a CSIPCallIDHeader from a RReadStream.
|
|
|
From CSIPHeaderBase Name. Implements CSIPHeaderBase. |
|
|
Compares this instance to another "Call-ID" header object.
|
|
|
Implements CSIPHeaderBase. |
|
|
From CSIPHeaderBase ToTextValueL. Implements CSIPHeaderBase. |