|
||
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.
Defined in TECAMEvent
:
TECAMEvent()
Default constructor.TECAMEvent(TUid,TInt)
Constructor.iErrorCode
The error code associated with the event.iEventType
A UID to define the event type.IMPORT_C TECAMEvent(TUid aEventType, TInt aErrorCode);
Constructor.
|
IMPORT_C TECAMEvent();
Default constructor.
Provided so this class can be packaged in a TPckgBuf<>.
TInt iErrorCode;
The error code associated with the event.