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.
Public Member Functions | |
---|---|
TMMFEvent ( TUid , TInt ) | |
TMMFEvent () |
Public Attributes | |
---|---|
TInt | iErrorCode |
TUid | iEventType |
Private Attributes | |
---|---|
TInt | iReserved1 |
IMPORT_C | TMMFEvent | ( | TUid | aEventType, |
TInt | aErrorCode | |||
) |
Constructor.
IMPORT_C | TMMFEvent | ( | ) |
Default constructor.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.