|
|
|
|
Location:
siptoheader.h
Link against: sipcodec.lib
class CSIPToHeader : public CSIPFromToHeaderBase;
Class provides functions for setting and getting SIP "To" header fields.
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
CSIPParameterHeaderBase - A base class for SIP headers that have structure "mandatory part"delimiter"parameters"
CSIPFromToHeaderBase - Class provides functions for setting and getting parameters in SIP "From" and "To" header
CSIPToHeader - Class provides functions for setting and getting SIP "To" header fields
Defined in CSIPToHeader:
CloneL(), DecodeL(), InternalizeValueL(), Name(), NewL(), NewL(), NewLC(), NewLC(), ~CSIPToHeader()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CSIPFromToHeaderBase:
SIPAddress(),
SetSIPAddressL(),
operator==()
Inherited from CSIPHeaderBase:
ExternalizeL(),
ExternalizeSupported(),
PushLC(),
ToTextL(),
ToTextLC(),
ToTextValueLC()
Inherited from CSIPParameterHeaderBase:
DeleteParam(),
HasParam(),
Param(),
ParamCount(),
ParamValue(),
SetParamL(),
ToTextValueL()
static IMPORT_C CSIPToHeader *NewL(CSIPAddress *aSIPAddress);
aSIPAddress != 0
Creates a new instance of CSIPToHeader
|
|
static IMPORT_C CSIPToHeader *NewLC(CSIPAddress *aSIPAddress);
aSIPAddress != 0
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 CSIPToHeader *DecodeL(const TDesC8 &aValue);
Constructs a CSIPToHeader from textual representation of the header's value part.
|
|
static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);
Constructs an instance of a CSIPToHeader from a RReadStream
|
|
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
From CSIPHeaderBase CloneL
|