TECAMEvent Class Reference
Detailed Description
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.
Member Attribute Documentation
iErrorCode
The error code associated with the event.
iEventType
A UID to define the event type.
Constructor & Destructor Documentation
TECAMEvent ( TUid, TInt )
IMPORT_C | TECAMEvent | ( | TUid | aEventType, |
| TInt | aErrorCode |
| ) | |
Parameter | Description | aEventType | A UID to define the type of event. |
aErrorCode | The error code associated with the event. |
TECAMEvent ( )
Default constructor.
Provided so this class can be packaged in a TPckgBuf<>.