#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
CSubConNotificationEvent
- No description.
CSubConSIPNotificationEvent
- CSubConSIPNotificationEvent is used for receiving SIP event notifications
Members
Defined in CSubConSIPNotificationEvent
:
Construction and destruction
static inline CSubConSIPNotificationEvent* NewL();
Description
Return value
CSubConSIPNotificationEvent()
inline CSubConSIPNotificationEvent();
Description
Constructor.
~CSubConSIPNotificationEvent()
virtual ~CSubConSIPNotificationEvent();
Description
Destructor.
SetNotificationL(const TPtrC8 &)
inline void SetNotificationL(const TPtrC8 &aNotification);
Description
Sets Notification for an event. *
Parameters
inline const TPtrC8& GetNotification() const;
Description
Gets Notification for an event. *
Return value
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
Return value
protected: static inline const Meta::STypeId TypeId();
Description
Return value
protected: RBuf8 iNotification;
Description
The Notification entry.
protected: const Meta::SVDataTableEntry iVDataTable[]={ { KSubConSIPEventsUid , reinterpret_cast<Meta::TMetaTypeNewL>(
KSubConSIPNotificationEventType ) },
{ (((TInt)&((( CSubConSIPNotificationEvent *)0x1000)-> iNotification ))-0x1000), Meta:: TMetaBuf8 ::NewL },
{ 0, 0 }};
Description