API published in: S60 2nd Ed
Link against: sipcodec.lib
None
#include <sipsubscriptionstateheader.h>
Inherits CSIPParameterHeaderBase.
Public Member Functions | |
| IMPORT_C | ~CSIPSubscriptionStateHeader () |
| Destructor, deletes the resources of CSIPSubscriptionStateHeader. | |
| IMPORT_C const TDesC8 & | SubStateValue () const |
| Gets the substate-value parameter from the "Subscription-State" header. | |
| IMPORT_C void | SetSubStateValueL (const TDesC8 &aSubStateValue) |
| Sets the substate-value parameter in the "Subscription-State" header;. | |
| IMPORT_C TInt | ExpiresParameter () const |
| Gets the value of the "expires"-parameter. | |
| IMPORT_C void | SetExpiresParameterL (TInt aExpiresParam) |
| Sets the "expires"-parameter. | |
| IMPORT_C TInt | RetryAfterParameter () const |
| Gets the value of the "retry-after"-parameter. | |
| IMPORT_C void | SetRetryAfterParameterL (TInt aRetryAfterParam) |
| Sets the "retry-after"-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 CSIPSubscriptionStateHeader * | DecodeL (const TDesC8 &aValue) |
| Constructs a CSIPSubscriptionStateHeader from textual representation of the header's value part. | |
| static IMPORT_C CSIPSubscriptionStateHeader * | NewL (const TDesC8 &aSubStateValue) |
| Creates a new instance of CSIPSubscriptionStateHeader. | |
| static IMPORT_C CSIPSubscriptionStateHeader * | NewLC (const TDesC8 &aSubStateValue) |
| Creates a new instance of CSIPSubscriptionStateHeader and puts it to CleanupStack. | |
| static IMPORT_C CSIPHeaderBase * | InternalizeValueL (RReadStream &aReadStream) |
| Constructs an instance of a CSIPSubscriptionStateHeader from a RReadStream. | |
| static RPointerArray< CSIPHeaderBase > | BaseDecodeL (const TDesC8 &aValue) |
|
|
Destructor, deletes the resources of CSIPSubscriptionStateHeader. |
|
|
|
From CSIPHeaderBase CloneL. Implements CSIPHeaderBase. |
|
|
Constructs a CSIPSubscriptionStateHeader from textual representation of the header's value part.
|
|
|
Gets the value of the "expires"-parameter.
|
|
|
Constructs an instance of a CSIPSubscriptionStateHeader from a RReadStream.
|
|
|
From CSIPHeaderBase Name. Implements CSIPHeaderBase. |
|
|
Creates a new instance of CSIPSubscriptionStateHeader.
|
|
|
Creates a new instance of CSIPSubscriptionStateHeader and puts it to CleanupStack.
|
|
|
Implements CSIPHeaderBase. |
|
|
Gets the value of the "retry-after"-parameter.
|
|
|
Sets the "expires"-parameter.
|
|
|
Sets the "retry-after"-parameter.
|
|
|
Sets the substate-value parameter in the "Subscription-State" header;.
|
|
|
Gets the substate-value parameter from the "Subscription-State" header.
|