API published in: S60 2nd Ed
Link against: sipcodec.lib
None
#include <siptoheader.h>
Inherits CSIPFromToHeaderBase.
Public Member Functions | |
| IMPORT_C | ~CSIPToHeader () |
| Destructor, deletes the resources of CSIPToHeader. | |
| IMPORT_C CSIPHeaderBase * | CloneL () const |
| From CSIPHeaderBase CloneL. | |
| IMPORT_C RStringF | Name () const |
| From CSIPHeaderBase Name. | |
| RStringF | CompactName () const |
Static Public Member Functions | |
| static IMPORT_C CSIPToHeader * | DecodeL (const TDesC8 &aValue) |
| Constructs a CSIPToHeader from textual representation of the header's value part. | |
| static IMPORT_C CSIPToHeader * | NewL (CSIPAddress *aSIPAddress) |
| Creates a new instance of CSIPToHeader. | |
| static IMPORT_C CSIPToHeader * | NewLC (CSIPAddress *aSIPAddress) |
| Creates a new instance of CSIPToHeader and puts it to CleanupStack. | |
| static IMPORT_C CSIPToHeader * | NewL (const CSIPFromToHeaderBase &aHeader) |
| Creates a deep-copy of a CSIPFromToHeaderBase Note that this function can be used for creating a To-header using an existing From-header. | |
| static IMPORT_C CSIPToHeader * | NewLC (const CSIPFromToHeaderBase &aHeader) |
| Creates a deep-copy of a CSIPFromToHeaderBase and puts it to CleanupStack Note that this function can be used for creating a To-header using an existing From-header. | |
| static IMPORT_C CSIPHeaderBase * | InternalizeValueL (RReadStream &aReadStream) |
| Constructs an instance of a CSIPToHeader from a RReadStream. | |
| static RPointerArray< CSIPHeaderBase > | BaseDecodeL (const TDesC8 &aValue) |
|
|
Destructor, deletes the resources of CSIPToHeader. |
|
|
|
From CSIPHeaderBase CloneL. Implements CSIPHeaderBase. |
|
|
Reimplemented from CSIPHeaderBase. |
|
|
Constructs a CSIPToHeader from textual representation of the header's value part.
|
|
|
Constructs an instance of a CSIPToHeader from a RReadStream.
|
|
|
From CSIPHeaderBase Name. Implements CSIPHeaderBase. |
|
|
Creates a deep-copy of a CSIPFromToHeaderBase Note that this function can be used for creating a To-header using an existing From-header.
|
|
|
Creates a new instance of CSIPToHeader.
|
|
|
Creates a deep-copy of a CSIPFromToHeaderBase and puts it to CleanupStack Note that this function can be used for creating a To-header using an existing From-header.
|
|
|
Creates a new instance of CSIPToHeader and puts it to CleanupStack.
|