|
||
class TMMFEvent;
General purpose class to describe an event.
Contains a UID to define the actual event type, and an integer to define the event code.
Controller plugins can define their own event types, but should use KMMFErrorCategoryControllerGeneralError for any errors that can be described by the standard system-wide error codes.
Defined in TMMFEvent
:
TMMFEvent()
Default constructor.TMMFEvent(TUid,TInt)
Constructor.iErrorCode
The error code associated with the event.iEventType
A UID to define the event type.IMPORT_C TMMFEvent(TUid aEventType, TInt aErrorCode);
Constructor.
|
IMPORT_C TMMFEvent();
Default constructor.
Provided so this class can be packaged in a TPckgBuf<>.
TInt iErrorCode;
The error code associated with the event.