CSIPSubscriptionStateHeader Class Reference
#include
<mw/sipsubscriptionstateheader.h>
Link against: sipcodec.lib
class CSIPSubscriptionStateHeader : public CSIPParameterHeaderBase |
Inherits from
- CSIPSubscriptionStateHeader
Inherited Functions |
---|
| CBase::CBase() |
| CBase::Delete(CBase *) |
| CBase::Extension_(TUint,TAny *&,TAny *) |
| CBase::operator new(TUint) |
| CBase::operator new(TUint,TAny *) |
| CBase::operator new(TUint,TLeave) |
| CBase::operator new(TUint,TLeave,TUint) |
| CBase::operator new(TUint,TUint) |
| CBase::~CBase() |
| CSIPHeaderBase::CSIPHeaderBase() |
| CSIPHeaderBase::CompactName()const |
| CSIPHeaderBase::EncodeMultipleToOneLine()const |
| CSIPHeaderBase::ExternalizeL(RWriteStream &,TBool)const |
| CSIPHeaderBase::ExternalizeNameL(RWriteStream &)const |
| CSIPHeaderBase::ExternalizeSupported()const |
| CSIPHeaderBase::HasCompactName()const |
| CSIPHeaderBase::IsExtensionHeader()const |
| CSIPHeaderBase::MoreThanOneAllowed()const |
| CSIPHeaderBase::PushLC(RPointerArray< CSIPHeaderBase > *) |
| CSIPHeaderBase::ResetAndDestroy(TAny *) |
| CSIPHeaderBase::ToTextL()const |
| CSIPHeaderBase::ToTextLC()const |
| CSIPHeaderBase::ToTextValueLC()const |
| CSIPHeaderBase::~CSIPHeaderBase() |
| CSIPParameterHeaderBase::CSIPParameterHeaderBase(const TChar &) |
| CSIPParameterHeaderBase::DeleteParam(RStringF) |
| CSIPParameterHeaderBase::HasParam(RStringF)const |
| CSIPParameterHeaderBase::Param(TInt,RStringF &)const |
| CSIPParameterHeaderBase::ParamCount()const |
| CSIPParameterHeaderBase::ParamInsertionAllowed()const |
| CSIPParameterHeaderBase::ParamValue(RStringF)const |
| CSIPParameterHeaderBase::ParseL(const TDesC8 &,TBool,TBool) |
| CSIPParameterHeaderBase::SetParamL(RStringF) |
| CSIPParameterHeaderBase::SetParamL(RStringF,RStringF) |
| CSIPParameterHeaderBase::ToTextValueL()const |
| CSIPParameterHeaderBase::~CSIPParameterHeaderBase() |
Detailed Description
Class provides functions for setting and getting SIP "Subscription-State" header fields.
Constructor & Destructor Documentation
~CSIPSubscriptionStateHeader ( )
IMPORT_C | ~CSIPSubscriptionStateHeader | ( | ) | |
Member Function Documentation
BaseDecodeL ( const TDesC8 & )
DecodeL ( const TDesC8 & )
Parameter | Description | aValue | a value part of a "Subscription-State"-header |
Returns: a new instance of CSIPSubscriptionStateHeader
ExpiresParameter ( )
IMPORT_C TInt | ExpiresParameter | ( | ) | const |
Gets the value of the "expires"-parameter
Returns: "expires"-parameter or KErrNotFound if not present
InternalizeValueL ( RReadStream & )
Parameter | Description | aReadStream | a stream containing the value of the externalized object (header name not included). |
Returns: an instance of a CSIPSubscriptionStateHeader
NewL ( const TDesC8 & )
Parameter | Description | aSubStateValue | a substate-value value |
Returns: a new instance of CSIPSubscriptionStateHeader
NewLC ( const TDesC8 & )
Parameter | Description | aSubStateValue | a substate-value value |
Returns: a new instance of CSIPSubscriptionStateHeader
PreferredPlaceInMessage ( )
RetryAfterParameter ( )
IMPORT_C TInt | RetryAfterParameter | ( | ) | const |
Gets the value of the "retry-after"-parameter
Returns: "retry-after"-parameter or KErrNotFound if not present
SetExpiresParameterL ( TInt )
IMPORT_C void | SetExpiresParameterL | ( | TInt | aExpiresParam | ) | |
Sets the "expires"-parameter
- Pre-condition
- aExpiresParam >= 0
Parameter | Description | aExpiresParam | a "expires"-parameter value to set |
SetRetryAfterParameterL ( TInt )
IMPORT_C void | SetRetryAfterParameterL | ( | TInt | aRetryAfterParam | ) | |
Sets the "retry-after"-parameter
- Pre-condition
- aRetryAfterParam >= 0
Parameter | Description | aRetryAfterParam | a "retry-after"-parameter value to set |
SetSubStateValueL ( const TDesC8 & )
IMPORT_C void | SetSubStateValueL | ( | const TDesC8 & | aSubStateValue | ) | |
Sets the substate-value parameter in the "Subscription-State" header;
Parameter | Description | aSubStateValue | a substate-value parameter to set |
SubStateValue ( )
IMPORT_C const TDesC8 & | SubStateValue | ( | ) | const |
Gets the substate-value parameter from the "Subscription-State" header
Returns: the substate-value parameter