Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <SIP_subconevents.h>
Link against: sipparams.lib
This item is not part of the S60 5th Edition SDK

Class CSubConSIPNotificationEvent

class CSubConSIPNotificationEvent : public CSubConNotificationEvent;

Description

CSubConSIPNotificationEvent is used for receiving SIP event notifications

Derivation

Members

Defined in CSubConSIPNotificationEvent:


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(const TPtrC8 &)

inline void SetNotificationL(const TPtrC8 &aNotification);

Description

Sets Notification for an event. *

Parameters

const TPtrC8 &aNotification


GetNotification()const

inline const TPtrC8& GetNotification() const;

Description

Gets Notification for an event. *

Return value

const TPtrC8 &


GetVDataTable()const

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

Description

Return value

Meta::SVDataTableEntry const *


GetAttribPtr(const TInt)const

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

Description

Parameters

const TInt aOffset

Return value

TUint8 *


TypeId()

protected: static inline const Meta::STypeId TypeId();

Description

Return value

const Meta::STypeId

[Top]


Member data


iNotification

protected: RBuf8 iNotification;

Description

The Notification entry.


iVDataTable

protected: const Meta::SVDataTableEntry iVDataTable[]={ { KSubConSIPEventsUid , reinterpret_cast<Meta::TMetaTypeNewL>( KSubConSIPNotificationEventType ) },
    { (((TInt)&((( CSubConSIPNotificationEvent *)0x1000)-> iNotification ))-0x1000), Meta:: TMetaBuf8 ::NewL },
{ 0, 0 }};

Description