| 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 |
| IMPORT_C | TECAMEvent | ( | ) |
Default constructor.
Provided so this class can be packaged in a TPckgBuf<>.