#include <es_sock.h>
Link against: esock.lib
class CSubConNotificationEvent : public Meta::SMetaDataECom |
Public Member Functions | |
---|---|
IMPORT_C TInt32 | GroupId() |
IMPORT_C TUint32 | Id() |
IMPORT_C TBool | IsGeneric() |
IMPORT_C CSubConNotificationEvent * | NewL(const STypeId &) |
IMPORT_C CSubConNotificationEvent * | NewL(const TNotificationEventBuf &) |
IMPORT_C TInt32 | GroupId | ( | ) | const |
Provides the group id (Uid) of the event
IMPORT_C TBool | IsGeneric | ( | ) | const |
Check whether an event is a generic event (not an extension)
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 | |
---|---|
aTypeId | Id of the class (Composed of Uid of the implementation and an integer sub-type) |
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 | |
---|---|
aEventBuffer | A Buffer containing the serialised form of the event object |