API published in: S60 2nd Ed
Link against: sipcodec.lib
None
#include <siprouteheader.h>
Inherits CSIPRouteHeaderBase.
Public Member Functions | |
| IMPORT_C | ~CSIPRouteHeader () |
| Destructor, deletes the resources of CSIPRouteHeader. | |
| IMPORT_C CSIPHeaderBase * | CloneL () const |
| From CSIPHeaderBase CloneL. | |
| IMPORT_C RStringF | Name () const |
| From CSIPHeaderBase Name. | |
Static Public Member Functions | |
| static IMPORT_C RPointerArray< CSIPRouteHeader > | DecodeL (const TDesC8 &aValue) |
| Constructs a CSIPRouteHeader from textual representation of the header's value part. | |
| static IMPORT_C CSIPRouteHeader * | NewL (CSIPAddress *aSIPAddress) |
| Creates a new instance of CSIPRouteHeader. | |
| static IMPORT_C CSIPRouteHeader * | NewLC (CSIPAddress *aSIPAddress) |
| Creates a new instance of CSIPRouteHeader and puts it to CleanupStack. | |
| static IMPORT_C CSIPHeaderBase * | InternalizeValueL (RReadStream &aReadStream) |
| Constructs an instance of a CCSIPRouteHeader from a RReadStream. | |
| static RPointerArray< CSIPHeaderBase > | BaseDecodeL (const TDesC8 &aValue) |
| static CSIPRouteHeader * | NewL (const CSIPRouteHeaderBase &aHeader) |
|
|
Destructor, deletes the resources of CSIPRouteHeader. |
|
|
|
From CSIPHeaderBase CloneL. Implements CSIPHeaderBase. |
|
|
Constructs a CSIPRouteHeader from textual representation of the header's value part.
|
|
|
Constructs an instance of a CCSIPRouteHeader from a RReadStream.
|
|
|
From CSIPHeaderBase Name. Implements CSIPHeaderBase. |
|
|
|
Creates a new instance of CSIPRouteHeader.
|
|
|
Creates a new instance of CSIPRouteHeader and puts it to CleanupStack.
|