»
Symbian OS v9.3 »
Symbian OS reference »
C++ component reference »
Multimedia Protocols SIPPARAMS »
CSubConSIPAuthenticateParamSet
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 CSubConSIPAuthenticateParamSet
class CSubConSIPAuthenticateParamSet : public CSubConExtensionParameterSet;
Description
This contains the SIP Authenticate parameters that will be passed via subconnection to the SIP stack
Derivation
Meta::SMetaDataECom
- No description.
CSubConSIPAuthenticateParamSet
- This contains the SIP Authenticate parameters that will be passed via subconnection to the SIP stack
Members
Defined in CSubConSIPAuthenticateParamSet
:
CSubConSIPAuthenticateParamSet()
, GetAttribPtr()
, GetPassword()
, GetRealm()
, GetUserName()
, GetVDataTable()
, NewL()
, NewL()
, SetPasswordL()
, SetRealmL()
, SetUserNameL()
, iPassword
, iRealm
, iUserName
, iVDataTable
, ~CSubConSIPAuthenticateParamSet()
Construction and destruction
static inline CSubConSIPAuthenticateParamSet *NewL(CSubConParameterFamily &aFamily, CSubConParameterFamily::TParameterSetType
aType);
Description
Creates a new SubConSIPAuthenticate parameter set object.
Parameters
Return value
Leave codes
KErrArgument |
if the data is not of type TParameterSetType.
|
|
static inline CSubConSIPAuthenticateParamSet *NewL();
Description
Return value
CSubConSIPAuthenticateParamSet()
inline CSubConSIPAuthenticateParamSet();
Description
Constructor.
~CSubConSIPAuthenticateParamSet()
virtual ~CSubConSIPAuthenticateParamSet();
Description
Destructor.
inline const TPtrC8 GetUserName() const;
Description
Gets Username field of the SIP header. *
Return value
inline const TPtrC8 GetPassword() const;
Description
Gets Password field of the SIP header. *
Return value
inline const TPtrC8 GetRealm() const;
Description
Gets Realm field of the SIP header. *
Return value
inline void SetUserNameL(const TPtrC8 &aUserName);
Description
Sets Username field of the SIP header. *
Parameters
inline void SetPasswordL(const TPtrC8 &aPassword);
Description
Sets Password field of the SIP header. *
Parameters
inline void SetRealmL(const TPtrC8 &aRealm);
Description
Sets Realm 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 iUserName;
Description
The Username entry of Authenticate field in a SIP header.
protected: RBuf8 iPassword;
Description
The Password entry of Authenticate field in a SIP header.
protected: RBuf8 iRealm;
Description
The Realm entry of Authenticate field in a SIP header.