API published in: S60 3rd Ed
Link against: sipcodec.lib
None
#include <sipretryafterheader.h>
Inherits CSIPParameterHeaderBase.
Public Member Functions | |
| virtual IMPORT_C | ~CSIPRetryAfterHeader () |
| Destructor, deletes the resources of CSIPRetryAfterHeader. | |
| IMPORT_C void | SetRetryAfter (TUint aValue) |
| Sets the retry after value. | |
| IMPORT_C TUint | RetryAfter () const |
| Gets the retry after value. | |
| IMPORT_C const TDesC8 & | Comment () const |
| Gets the comment value. | |
| IMPORT_C TInt | DurationParam () const |
| Gets the value of the "duration"-parameter. | |
| IMPORT_C void | SetDurationParamL (TInt aDurationParam) |
| Sets the "duration"-parameter. | |
| IMPORT_C CSIPHeaderBase * | CloneL () const |
| From CSIPHeaderBase CloneL. | |
| IMPORT_C RStringF | Name () const |
| From CSIPHeaderBase Name. | |
| TPreferredPlace | PreferredPlaceInMessage () const |
Static Public Member Functions | |
| static IMPORT_C CSIPRetryAfterHeader * | DecodeL (const TDesC8 &aValue) |
| Constructs a CSIPRetryAfterHeader from textual representation of the header's value part. | |
| static IMPORT_C CSIPRetryAfterHeader * | NewL (TUint aRetryAfter) |
| Creates a new instance of CSIPRetryAfterHeader. | |
| static IMPORT_C CSIPRetryAfterHeader * | NewLC (TUint aRetryAfter) |
| Creates a new instance of CSIPRetryAfterHeader On return the new instance has left to the CleanupStack. | |
| static IMPORT_C CSIPHeaderBase * | InternalizeValueL (RReadStream &aReadStream) |
| Constructs an instance of a CSIPRetryAfterHeader from a RReadStream. | |
| static RPointerArray< CSIPHeaderBase > | BaseDecodeL (const TDesC8 &aValue) |
|
|
Destructor, deletes the resources of CSIPRetryAfterHeader. |
|
|
|
From CSIPHeaderBase CloneL. Implements CSIPHeaderBase. |
|
|
Gets the comment value.
|
|
|
Constructs a CSIPRetryAfterHeader from textual representation of the header's value part.
|
|
|
Gets the value of the "duration"-parameter.
|
|
|
Constructs an instance of a CSIPRetryAfterHeader from a RReadStream.
|
|
|
From CSIPHeaderBase Name. Implements CSIPHeaderBase. |
|
|
Creates a new instance of CSIPRetryAfterHeader.
|
|
|
Creates a new instance of CSIPRetryAfterHeader On return the new instance has left to the CleanupStack.
|
|
|
Implements CSIPHeaderBase. |
|
|
Gets the retry after value.
|
|
|
Sets the "duration"-parameter.
|
|
|
Sets the retry after value.
|