Location:
sipacceptcontactheader.h
Link against: sipcodec.lib
class CSIPAcceptContactHeader : public CSIPParameterHeaderBase;
Class provides functions for setting and getting parameters in SIP "Accept-Contact" 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"
CSIPAcceptContactHeader
- Class provides functions for setting and getting parameters in SIP "Accept-Contact" header
Defined in CSIPAcceptContactHeader
:
CloneL()
, DecodeL()
, InternalizeValueL()
, Name()
, NewL()
, NewLC()
, operator==()
, ~CSIPAcceptContactHeader()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CSIPHeaderBase
:
ExternalizeL()
,
ExternalizeSupported()
,
PushLC()
,
ToTextL()
,
ToTextLC()
,
ToTextValueLC()
Inherited from CSIPParameterHeaderBase
:
DeleteParam()
,
HasParam()
,
Param()
,
ParamCount()
,
ParamValue()
,
SetParamL()
,
ToTextValueL()
static IMPORT_C CSIPAcceptContactHeader *NewL();
Creates a new instance of CSIPAcceptContactHeader
|
static IMPORT_C CSIPAcceptContactHeader *NewLC();
Creates a new instance of CSIPAcceptContactHeader On return the new instance has left to the CleanupStack
.
|
virtual IMPORT_C ~CSIPAcceptContactHeader();
Destructor, deletes the resources of CSIPAcceptContactHeader.
static IMPORT_C RPointerArray< CSIPAcceptContactHeader > DecodeL(const TDesC8 &aValue);
Constructs a CSIPAcceptContactHeader from textual representation of the header's value part.
|
|
IMPORT_C TBool operator==(const CSIPAcceptContactHeader &aHeader) const;
Compares this instance to another "Accept-Contact" header object. Two Accept-Contact-headers are equal, if both contain exactly the same parameters. The order of the parameters is not sufficient.
|
|
static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);
Constructs an instance of a CSIPAcceptContactHeader from a RReadStream
|
|
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
From CSIPHeaderBase
CloneL
|