»
Symbian OS v9.3 »
Symbian OS reference »
C++ component reference »
Multimedia Protocols SIPPARAMS »
CSubConSIPSubscribeParamSet
Location:
SIP_subconparams.h
Link against: sipparams.lib
This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.
Class CSubConSIPSubscribeParamSet
class CSubConSIPSubscribeParamSet : public CSubConExtensionParameterSet;
Description
This contains the SIP Subscribe parameters that will be passed via subconnection to the SIP stack
Derivation
Meta::SMetaDataECom
- No description.
CSubConSIPSubscribeParamSet
- This contains the SIP Subscribe parameters that will be passed via subconnection to the SIP stack
Members
Defined in CSubConSIPSubscribeParamSet
:
CSubConSIPSubscribeParamSet()
, GetAcceptSubType()
, GetAcceptType()
, GetAttribPtr()
, GetAutoRefresh()
, GetContact()
, GetEventType()
, GetExpires()
, GetFrom()
, GetRequestUri()
, GetTo()
, GetVDataTable()
, NewL()
, NewL()
, SetAcceptSubTypeL()
, SetAcceptTypeL()
, SetAutoRefresh()
, SetContactL()
, SetEventTypeL()
, SetExpires()
, SetFromL()
, SetRequestUriL()
, SetToL()
, iAcceptSubType
, iAcceptType
, iAutoRefresh
, iContact
, iEventType
, iExpires
, iFrom
, iReqUri
, iTo
, iVDataTable
, ~CSubConSIPSubscribeParamSet()
Construction and destruction
static inline CSubConSIPSubscribeParamSet *NewL(CSubConParameterFamily &aFamily, CSubConParameterFamily::TParameterSetType
aType);
Description
Creates a new SubConSIPSubscribe parameter set object.
Parameters
Return value
Leave codes
KErrArgument |
if the data is not of type TParameterSetType.
|
|
static inline CSubConSIPSubscribeParamSet *NewL();
Description
Return value
CSubConSIPSubscribeParamSet()
inline CSubConSIPSubscribeParamSet();
Description
Constructor.
~CSubConSIPSubscribeParamSet()
virtual ~CSubConSIPSubscribeParamSet();
Description
Destructor.
inline const TPtrC8 GetRequestUri() const;
Description
Gets Request URI field of the SIP header. *
Return value
inline const TPtrC8 GetFrom() const;
Description
Gets From field of the SIP header. *
Return value
inline const TPtrC8 GetTo() const;
Description
Gets To field of the SIP header. *
Return value
inline const TPtrC8 GetContact() const;
Description
Gets Contact field of the SIP header. *
Return value
inline const TPtrC8 GetEventType() const;
Description
Gets Event Type field of the SIP header. *
Return value
inline const TPtrC8 GetAcceptType() const;
Description
Gets Accept Type field of the SIP header. *
Return value
inline const TPtrC8 GetAcceptSubType() const;
Description
Gets Accept Sub Type field of the SIP header. *
Return value
inline const TInt GetExpires() const;
Description
Gets Expires field of the SIP header. *
Return value
inline const TBool GetAutoRefresh() const;
Description
Gets Auto Refresh field of the SIP header. *
Return value
inline void SetRequestUriL(const TPtrC8 &aReqUri);
Description
Sets Request URI field of the SIP header. *
Parameters
inline void SetFromL(const TPtrC8 &aFrom);
Description
Sets From field of the SIP header. *
Parameters
inline void SetToL(const TPtrC8 &aTo);
Description
Sets To field of the SIP header. *
Parameters
inline void SetContactL(const TPtrC8 &aContact);
Description
Sets Contact field of the SIP header. *
Parameters
inline void SetEventTypeL(const TPtrC8 &aEventType);
Description
Sets Event Type field of the SIP header. *
Parameters
inline void SetAcceptTypeL(const TPtrC8 &aAcceptType);
Description
Sets Accept Type field of the SIP header. *
Parameters
inline void SetAcceptSubTypeL(const TPtrC8 &aAcceptSubType);
Description
Sets Accept Sub Type field of the SIP header. *
Parameters
inline void SetExpires(TInt aExpires);
Description
Sets Expires Sub Type field of the SIP header. *
Parameters
inline void SetAutoRefresh(TBool aAutoRefresh);
Description
Sets AutoRfresh field of the SIP header. *
Parameters
virtual Meta::SVDataTableEntry const *GetVDataTable() const;
Description
Return value
Meta::SVDataTableEntry const *
|
|
|
virtual TUint8 *GetAttribPtr(const TInt aOffset) const;
Description
Parameters
Return value
const Meta::SVDataTableEntry iVDataTable;
Description
protected: RBuf8 iReqUri;
Description
The Request URI field of the SIP header.
protected: RBuf8 iFrom;
Description
The From field of the SIP header.
protected: RBuf8 iTo;
Description
The To field of the SIP header.
protected: RBuf8 iContact;
Description
The Contact field of the SIP header.
protected: RBuf8 iEventType;
Description
The Event Type field of the SIP header.
protected: RBuf8 iAcceptType;
Description
The Accept Type field of the SIP header.
protected: RBuf8 iAcceptSubType;
Description
The Accept Sub Type field of the SIP header.
protected: TInt iExpires;
Description
The Expires field of the SIP header.
protected: TBool iAutoRefresh;
Description
The AutoRefresh field of the SIP header.