API published in: S60 3rd Ed
Link against: sipcodec.lib
None
#include <siptimestampheader.h>
Inherits CSIPHeaderBase.
Public Member Functions | |
| IMPORT_C | CSIPTimestampHeader (TReal aTimestamp) |
| Constructor. | |
| IMPORT_C | ~CSIPTimestampHeader () |
| Destructor. | |
| 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. | |
| IMPORT_C CSIPHeaderBase * | CloneL () const |
| From CSIPHeaderBase CloneL. | |
| IMPORT_C RStringF | Name () const |
| From CSIPHeaderBase Name. | |
| IMPORT_C HBufC8 * | ToTextValueL () const |
| From CSIPHeaderBase ToTextValueL. | |
| TPreferredPlace | PreferredPlaceInMessage () const |
Static Public Member Functions | |
| static IMPORT_C CSIPTimestampHeader * | DecodeL (const TDesC8 &aValue) |
| Constructs a CSIPTimestampHeader from textual representation of the header's value part. | |
| static IMPORT_C CSIPHeaderBase * | InternalizeValueL (RReadStream &aReadStream) |
| Constructs an instance of a CSIPTimestampHeader from a RReadStream. | |
| static RPointerArray< CSIPHeaderBase > | BaseDecodeL (const TDesC8 &aValue) |
|
|
Constructor.
|
|
|
Destructor. |
|
|
|
From CSIPHeaderBase CloneL. Implements CSIPHeaderBase. |
|
|
Constructs a CSIPTimestampHeader from textual representation of the header's value part.
|
|
|
Gets the delay-part of the "Timestamp" header, if delay-part is present.
|
|
|
Check if the delay-part is present.
|
|
|
Constructs an instance of a CSIPTimestampHeader from a RReadStream.
|
|
|
From CSIPHeaderBase Name. Implements CSIPHeaderBase. |
|
|
Implements CSIPHeaderBase. |
|
|
Set the delay-part of the "Timestamp" header.
|
|
|
Set the timestamp from the "Timestamp" header.
|
|
|
Gets the timestamp from the "Timestamp" header.
|
|
|
From CSIPHeaderBase ToTextValueL. Implements CSIPHeaderBase. |