Location:
sipfromtoheaderbase.h
class CSIPFromToHeaderBase : public CSIPParameterHeaderBase;
Class provides functions for setting and getting parameters in SIP "From" and "To" header.
This is an abstract class and cannot be instantiated.
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
Defined in CSIPFromToHeaderBase
:
SIPAddress()
, SIPAddress()
, SetSIPAddressL()
, operator==()
, ~CSIPFromToHeaderBase()
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 ~CSIPFromToHeaderBase();
Destructor, deletes the resources of CSIPFromToHeaderBase.
IMPORT_C TBool operator==(const CSIPFromToHeaderBase &aHeader) const;
Compares this instance to another "From" or "To" header object
|
|
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
|