Location:
sippassociateduriheader.h
Link against: sipcodec.lib
class CSIPPAssociatedURIHeader : public CSIPAddressHeaderBase;
Class provides functions for setting and getting parameters in SIP "P-Associated-URI" 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"
CSIPAddressHeaderBase
- A base class for SIP headers having syntax ( name-addr/ addr-spec ) *(generic-param)
CSIPPAssociatedURIHeader
- Class provides functions for setting and getting parameters in SIP "P-Associated-URI" header
Defined in CSIPPAssociatedURIHeader
:
CloneL()
, DecodeL()
, InternalizeValueL()
, Name()
, NewL()
, NewLC()
, ~CSIPPAssociatedURIHeader()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CSIPAddressHeaderBase
:
SIPAddress()
,
SetSIPAddressL()
Inherited from CSIPHeaderBase
:
ExternalizeL()
,
ExternalizeSupported()
,
PushLC()
,
ToTextL()
,
ToTextLC()
,
ToTextValueLC()
Inherited from CSIPParameterHeaderBase
:
DeleteParam()
,
HasParam()
,
Param()
,
ParamCount()
,
ParamValue()
,
SetParamL()
,
ToTextValueL()
static IMPORT_C CSIPPAssociatedURIHeader *NewL(CSIPAddress *aSIPAddress);
aSIPAddress != 0
Creates a new instance of CSIPPAssociatedURIHeader
|
|
static IMPORT_C CSIPPAssociatedURIHeader *NewLC(CSIPAddress *aSIPAddress);
aSIPAddress != 0
Creates a new instance of CSIPPAssociatedURIHeader and puts it to CleanupStack
|
|
virtual IMPORT_C ~CSIPPAssociatedURIHeader();
Destructor, deletes the resources of CSIPPAssociatedURIHeader.
static IMPORT_C RPointerArray< CSIPPAssociatedURIHeader > DecodeL(const TDesC8 &aValue);
Constructs a CSIPPAssociatedURIHeader from textual representation of the header's value part.
|
|
static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);
Constructs an instance of a CSIPPAssociatedURIHeader from a RReadStream
|
|
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
From CSIPHeaderBase
CloneL
|