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.

Constructor & Destructor Documentation

TECAMEvent(TUid, TInt)

IMPORT_C TECAMEvent ( TUid aEventType,
TInt aErrorCode
)

Constructor.

Parameters

TUid aEventType A UID to define the type of event.
TInt aErrorCode The error code associated with the event.

TECAMEvent()

IMPORT_C TECAMEvent ( )

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.