Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: SIP_subconevents.h
Link against: sipparams.lib

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class CSubConSIPAuthenticationRequiredEvent

class CSubConSIPAuthenticationRequiredEvent : public CSubConNotificationEvent;

Description

CSubConSIPAuthenticationRequiredEvent is used when SIP authentication is required

Derivation

Members

Defined in CSubConSIPAuthenticationRequiredEvent:
CSubConSIPAuthenticationRequiredEvent(), GetAttribPtr(), GetRealm(), GetVDataTable(), NewL(), SetRealmL(), iRealm, iVDataTable, ~CSubConSIPAuthenticationRequiredEvent()

Inherited from CSubConNotificationEvent:
GroupId(), Id(), IsGeneric()


Construction and destruction


NewL()

static inline CSubConSIPAuthenticationRequiredEvent *NewL();

Description

Return value

CSubConSIPAuthenticationRequiredEvent *


CSubConSIPAuthenticationRequiredEvent()

inline CSubConSIPAuthenticationRequiredEvent();

Description

Constructor.


~CSubConSIPAuthenticationRequiredEvent()

virtual ~CSubConSIPAuthenticationRequiredEvent();

Description

Destructor.

[Top]


Member functions


SetRealmL()

inline void SetRealmL(const TPtrC8 &aRealm);

Description

Sets Realm field of the SIP header. *

Parameters

const TPtrC8 &aRealm


GetRealm()

inline const TPtrC8 &GetRealm() const;

Description

Gets Realm field of the SIP header. *

Return value

const TPtrC8 &


GetVDataTable()

protected: virtual Meta::SVDataTableEntry const *GetVDataTable() const;

Description

Return value

Meta::SVDataTableEntry const *


GetAttribPtr()

protected: virtual TUint8 *GetAttribPtr(const TInt aOffset) const;

Description

Parameters

const TInt aOffset

Return value

TUint8 *

[Top]


Member data


iRealm

protected: RBuf8 iRealm;

Description

The Realm entry of Authenticate field in a SIP header.


iVDataTable

protected: const Meta::SVDataTableEntry iVDataTable;

Description