CSubConNotificationEvent Class Reference

#include <es_sock.h>

Link against: esock.lib

class CSubConNotificationEvent : public Meta::SMetaDataECom

Inherits from

Member Function Documentation

GroupId ( )

IMPORT_C TInt32GroupId()const

Provides the group id (Uid) of the event

Return Value
Group id in the form of a UId (Could be generic or any extension uid)

Id ( )

IMPORT_C TUint32Id()const

Provides the sub-type Id of the event

Return Value
sub-type id

IsGeneric ( )

IMPORT_C TBoolIsGeneric()const

Check whether an event is a generic event (not an extension)

Return Value
ETrue if the event is generic, otherwise EFalse

NewL ( const STypeId & )

IMPORT_C CSubConNotificationEvent *NewL(const STypeId &aTypeId)[static]

Creates a new sub-connection event using ECOM to load the DLL plugin that implements the event.

Parameters
aTypeIdId of the class (Composed of Uid of the implementation and an integer sub-type)
Return Value
a generic pointer to a specific event if successful, otherwise leaves with system error code.

NewL ( const TNotificationEventBuf & )

IMPORT_C CSubConNotificationEvent *NewL(const TNotificationEventBuf &aEventBuffer)[static]

Creates a new sub-connection event using ECOM to load the DLL plugin that implements the event.

Parameters
aEventBufferA Buffer containing the serialised form of the event object
Return Value
a generic pointer to a specific event if successful, otherwise leaves with system error code.