»
Symbian OS v9.3 »
Symbian OS reference »
C++ component reference »
Multimedia Protocols SIPPARAMS »
CSubConSIPInviteParamSet
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 CSubConSIPInviteParamSet
class CSubConSIPInviteParamSet : public CSubConExtensionParameterSet;
Description
This contains the SIP Invite parameters that will be passed via subconnection to the SIP stack
Derivation
Meta::SMetaDataECom
- No description.
CSubConSIPInviteParamSet
- This contains the SIP Invite parameters that will be passed via subconnection to the SIP stack
Members
Defined in CSubConSIPInviteParamSet
:
CSubConSIPInviteParamSet()
, GetAttribPtr()
, GetContact()
, GetContent()
, GetContentSubType()
, GetContentType()
, GetFrom()
, GetRequestUri()
, GetTo()
, GetVDataTable()
, NewL()
, NewL()
, SetContactL()
, SetContentL()
, SetContentSubTypeL()
, SetContentTypeL()
, SetFromL()
, SetRequestUriL()
, SetToL()
, iContact
, iContent
, iContentSubType
, iContentType
, iFrom
, iReqUri
, iTo
, iVDataTable
, ~CSubConSIPInviteParamSet()
Construction and destruction
static inline CSubConSIPInviteParamSet *NewL(CSubConParameterFamily &aFamily, CSubConParameterFamily::TParameterSetType aType);
Description
Creates a new SubConSIPInvite parameter set object.
Parameters
Return value
Leave codes
KErrArgument |
if the data is not of type TParameterSetType.
|
|
static inline CSubConSIPInviteParamSet *NewL();
Description
Return value
CSubConSIPInviteParamSet()
inline CSubConSIPInviteParamSet();
Description
Constructor.
~CSubConSIPInviteParamSet()
virtual ~CSubConSIPInviteParamSet();
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 GetContentType() const;
Description
Gets ContentType field of the SIP header. *
Return value
inline const TPtrC8 GetContentSubType() const;
Description
Gets ContentSubType field of the SIP header. *
Return value
inline const TPtrC8 GetContent() const;
Description
Gets Content field of the SIP header. *
Return value
inline void SetRequestUriL(const TPtrC8 &aReqUri);
Description
Setters for SIP header. /** 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 SetContentTypeL(const TPtrC8 &aContentType);
Description
Sets Content Type field of the SIP header. *
Parameters
inline void SetContentSubTypeL(const TPtrC8 &aContentSubType);
Description
Sets Content Sub Type field of the SIP header. *
Parameters
inline void SetContentL(const TPtrC8 &aContent);
Description
Sets Content 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 iContentType;
Description
The Content Type field of the SIP header.
protected: RBuf8 iContentSubType;
Description
The Content Sub Type field of the SIP header.
protected: RBuf8 iContent;
Description
The Content field of the SIP header.