Location:
siprseqheader.h
Link against: sipcodec.lib
class CSIPRSeqHeader : public CSIPUnsignedIntHeaderBase;
Class encapsulates a "RSeq"-header value.
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"
CSIPRSeqHeader
- Class encapsulates a "RSeq"-header value
Defined in CSIPRSeqHeader
:
CSIPRSeqHeader()
, CloneL()
, DecodeL()
, InternalizeValueL()
, Name()
, ~CSIPRSeqHeader()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CSIPHeaderBase
:
ExternalizeL()
,
ExternalizeSupported()
,
PushLC()
,
ToTextL()
,
ToTextLC()
,
ToTextValueLC()
Inherited from CSIPUnsignedIntHeaderBase
:
SetValue()
,
ToTextValueL()
,
Value()
IMPORT_C CSIPRSeqHeader(TUint aValue);
Constructor
|
static IMPORT_C CSIPRSeqHeader *DecodeL(const TDesC8 &aValue);
Constructs a CSIPRSeqHeader from textual representation of the header's value part.
|
|
static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);
Constructs an instance of a CSIPRSeqHeader from a RReadStream
|
|
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
From CSIPHeaderBase
CloneL
|