CSubConNotificationEvent Class Reference

#include <es_sock.h>

Link against: esock.lib

class CSubConNotificationEvent : public Meta::SMetaDataECom

Inherits from

  • CSubConNotificationEvent

    Member Function Documentation

    GroupId ( )

    IMPORT_C TInt32GroupId()const

    Provides the group id (Uid) of the event

    Returns: 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

    Returns: sub-type id

    IsGeneric ( )

    IMPORT_C TBoolIsGeneric()const

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

    Returns: 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.

    ParameterDescription
    aTypeIdId of the class (Composed of Uid of the implementation and an integer sub-type)

    Returns: 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.

    ParameterDescription
    aEventBufferA Buffer containing the serialised form of the event object

    Returns: a generic pointer to a specific event if successful, otherwise leaves with system error code.