|
|
|
|
Location:
sipunsignedintheaderbase.h
Link against: sipcodec.lib
class CSIPUnsignedIntHeaderBase : public CSIPHeaderBase;
A base class for SIP headers having form: "Name: 1*DIGIT"
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
CSIPUnsignedIntHeaderBase - A base class for SIP headers having form: "Name: 1*DIGIT"
Defined in CSIPUnsignedIntHeaderBase:
SetValue(), ToTextValueL(), Value(), ~CSIPUnsignedIntHeaderBase()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
Inherited from CSIPHeaderBase:
CloneL(),
ExternalizeL(),
ExternalizeSupported(),
Name(),
PushLC(),
ToTextL(),
ToTextLC(),
ToTextValueLC()
virtual IMPORT_C ~CSIPUnsignedIntHeaderBase();
Destructor, deletes the resources of CSIPUnsignedIntHeaderBase.
IMPORT_C void SetValue(TUint aValue);
Sets the header value as an unsigned integer
|
IMPORT_C TUint Value() const;
Gets the header value as an unsigned integer
|
virtual IMPORT_C HBufC8 *ToTextValueL() const;
From CSIPHeaderBase ToTextValueL
|