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 CSubConSIPNotificationEvent

class CSubConSIPNotificationEvent : public CSubConNotificationEvent;

Description

CSubConSIPNotificationEvent is used for receiving SIP event notifications

Derivation

Members

Defined in CSubConSIPNotificationEvent:
CSubConSIPNotificationEvent(), GetAttribPtr(), GetNotification(), GetVDataTable(), NewL(), SetNotificationL(), iNotification, iVDataTable, ~CSubConSIPNotificationEvent()

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


Construction and destruction


NewL()

static inline CSubConSIPNotificationEvent *NewL();

Description

Return value

CSubConSIPNotificationEvent *


CSubConSIPNotificationEvent()

inline CSubConSIPNotificationEvent();

Description

Constructor.


~CSubConSIPNotificationEvent()

virtual ~CSubConSIPNotificationEvent();

Description

Destructor.

[Top]


Member functions


SetNotificationL()

inline void SetNotificationL(const TPtrC8 &aNotification);

Description

Sets Notification for an event. *

Parameters

const TPtrC8 &aNotification


GetNotification()

inline const TPtrC8 &GetNotification() const;

Description

Gets Notification for an event. *

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


iNotification

protected: RBuf8 iNotification;

Description

The Notification entry.


iVDataTable

protected: const Meta::SVDataTableEntry iVDataTable;

Description