TECAMEvent Class Reference

class TECAMEvent

General purpose class to describe an ECam event.

Contains a UID to define the actual event type, and an integer to define the event code.

Public Member Functions
TECAMEvent(TUid, TInt)
TECAMEvent()
Public Attributes
TInt iErrorCode
TUid iEventType

Constructor & Destructor Documentation

TECAMEvent(TUid, TInt)

IMPORT_CTECAMEvent(TUidaEventType,
TIntaErrorCode
)

Constructor.

Parameters

TUid aEventTypeA UID to define the type of event.
TInt aErrorCodeThe error code associated with the event.

TECAMEvent()

IMPORT_CTECAMEvent()

Default constructor.

Provided so this class can be packaged in a TPckgBuf<>.

Member Data Documentation

TInt iErrorCode

TInt iErrorCode

The error code associated with the event.

TUid iEventType

TUid iEventType

A UID to define the event type.