Location:
sipfromheader.h
Link against: sipcodec.lib
class CSIPFromHeader : public CSIPFromToHeaderBase;
Class provides functions for setting and getting SIP "From" 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
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
CSIPFromHeader
- Class provides functions for setting and getting SIP "From" header
Defined in CSIPFromHeader
:
CloneL()
, DecodeL()
, InternalizeValueL()
, Name()
, NewL()
, NewL()
, NewLC()
, NewLC()
, ~CSIPFromHeader()
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 CSIPFromHeader *NewL(CSIPAddress *aSIPAddress);
aSIPAddress != 0
Creates a new instance of CSIPFromHeader
|
|
static IMPORT_C CSIPFromHeader *NewLC(CSIPAddress *aSIPAddress);
aSIPAddress != 0
Creates a new instance of CSIPFromHeader and puts it to CleanupStack
|
|
static IMPORT_C CSIPFromHeader *NewL(const CSIPFromToHeaderBase &aHeader);
Creates a deep-copy of a CSIPFromToHeaderBase
Note that this function can be used for creating a From-header using an existing To-header.
|
|
static IMPORT_C CSIPFromHeader *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 From-header using an existing To-header.
|
|
static IMPORT_C CSIPFromHeader *DecodeL(const TDesC8 &aValue);
Constructs a CSIPFromHeader from textual representation of the header's value part.
|
|
static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);
Constructs an instance of a CSIPFromHeader from a RReadStream
|
|
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
From CSIPHeaderBase
CloneL
|