Location:
siptimestampheader.h
Link against: sipcodec.lib
class CSIPTimestampHeader : public CSIPHeaderBase;
Class for a SIP Timestamp 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
CSIPTimestampHeader
- Class for a SIP Timestamp header
Defined in CSIPTimestampHeader
:
CSIPTimestampHeader()
, CloneL()
, DecodeL()
, Delay()
, HasDelay()
, InternalizeValueL()
, Name()
, SetDelay()
, SetTimestamp()
, Timestamp()
, ToTextValueL()
, ~CSIPTimestampHeader()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CSIPHeaderBase
:
ExternalizeL()
,
ExternalizeSupported()
,
PushLC()
,
ToTextL()
,
ToTextLC()
,
ToTextValueLC()
IMPORT_C CSIPTimestampHeader(TReal aTimestamp);
Constructor
|
static IMPORT_C CSIPTimestampHeader *DecodeL(const TDesC8 &aValue);
Constructs a CSIPTimestampHeader from textual representation of the header's value part.
|
|
IMPORT_C void SetTimestamp(TReal aTimestamp);
Set the timestamp from the "Timestamp" header.
|
IMPORT_C TReal Timestamp() const;
Gets the timestamp from the "Timestamp" header.
|
IMPORT_C TBool HasDelay() const;
Check if the delay-part is present
|
IMPORT_C void SetDelay(TReal aDelay);
Set the delay-part of the "Timestamp" header.
|
IMPORT_C TReal Delay() const;
Gets the delay-part of the "Timestamp" header, if delay-part is present
|
static IMPORT_C CSIPHeaderBase *InternalizeValueL(RReadStream &aReadStream);
Constructs an instance of a CSIPTimestampHeader from a RReadStream
|
|
virtual IMPORT_C CSIPHeaderBase *CloneL() const;
From CSIPHeaderBase
CloneL
|
virtual IMPORT_C HBufC8 *ToTextValueL() const;
From CSIPHeaderBase
ToTextValueL
|