Location:
siprouteheaderbase.h
class CSIPRouteHeaderBase : public CSIPParameterHeaderBase;
A base class for "Route"-, "Record-Route"- and "Service-Route"-headers.
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"
CSIPRouteHeaderBase
- A base class for "Route"-, "Record-Route"- and "Service-Route"-headers
Defined in CSIPRouteHeaderBase
:
SIPAddress()
, SIPAddress()
, SetSIPAddressL()
, ~CSIPRouteHeaderBase()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CSIPHeaderBase
:
CloneL()
,
ExternalizeL()
,
ExternalizeSupported()
,
Name()
,
PushLC()
,
ToTextL()
,
ToTextLC()
,
ToTextValueLC()
Inherited from CSIPParameterHeaderBase
:
DeleteParam()
,
HasParam()
,
Param()
,
ParamCount()
,
ParamValue()
,
SetParamL()
,
ToTextValueL()
virtual IMPORT_C ~CSIPRouteHeaderBase();
Destructor, deletes the resources of CSIPRouteHeaderBase.
IMPORT_C void SetSIPAddressL(CSIPAddress *aSIPAddress);
aSIPAddress != 0
Sets the name-address
|
IMPORT_C const CSIPAddress &SIPAddress() const;
Gets the name-address as const
|
IMPORT_C CSIPAddress &SIPAddress();
Gets the name-address
|