API published in: S60 2nd Ed
Link against: sipcodec.lib
None
#include <sipcseqheader.h>
Inherits CSIPHeaderBase.
Public Member Functions | |
| IMPORT_C | ~CSIPCSeqHeader () |
| Destructor, deletes the resources of CSIPCSeqHeader. | |
| IMPORT_C TUint | Seq () const |
| Gets the sequence number from the "CSeq" header. | |
| IMPORT_C void | SetSeq (TUint aSeq) |
| Sets the sequence number in the "CSeq" header. | |
| IMPORT_C RStringF | Method () const |
| Gets the method from the "CSeq" header. | |
| IMPORT_C void | SetMethodL (RStringF aMethod) |
| Sets the method in the "CSeq" header. | |
| 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 CSIPCSeqHeader * | DecodeL (const TDesC8 &aValue) |
| Constructs a CSIPCSeqHeader from textual representation of the header's value part. | |
| static IMPORT_C CSIPCSeqHeader * | NewL (TUint aSeq, RStringF aMethod) |
| Creates a new instance of CSIPCSeqHeader. | |
| static IMPORT_C CSIPCSeqHeader * | NewLC (TUint aSeq, RStringF aMethod) |
| Creates a new instance of CSIPCSeqHeader and puts it to CleanupStack. | |
| static IMPORT_C CSIPHeaderBase * | InternalizeValueL (RReadStream &aReadStream) |
| Constructs an instance of a CSIPCSeqHeader from a RReadStream. | |
| static RPointerArray< CSIPHeaderBase > | BaseDecodeL (const TDesC8 &aValue) |
|
|
Destructor, deletes the resources of CSIPCSeqHeader. |
|
|
|
From CSIPHeaderBase CloneL. Implements CSIPHeaderBase. |
|
|
Constructs a CSIPCSeqHeader from textual representation of the header's value part.
|
|
|
Constructs an instance of a CSIPCSeqHeader from a RReadStream.
|
|
|
Gets the method from the "CSeq" header.
|
|
|
From CSIPHeaderBase Name. Implements CSIPHeaderBase. |
| ||||||||||||
|
Creates a new instance of CSIPCSeqHeader.
|
| ||||||||||||
|
Creates a new instance of CSIPCSeqHeader and puts it to CleanupStack.
|
|
|
Implements CSIPHeaderBase. |
|
|
Gets the sequence number from the "CSeq" header.
|
|
|
Sets the method in the "CSeq" header.
|
|
|
Sets the sequence number in the "CSeq" header.
|
|
|
From CSIPHeaderBase ToTextValueL. Implements CSIPHeaderBase. |