TMMFEvent Class Reference

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.

Since
7.0s
Public Member Functions
TMMFEvent ( TUid , TInt )
TMMFEvent ()
Public Attributes
TInt iErrorCode
TUid iEventType
Private Attributes
TInt iReserved1

Constructor & Destructor Documentation

TMMFEvent(TUid, TInt)

IMPORT_C TMMFEvent ( TUid aEventType,
TInt aErrorCode
)

Constructor.

Since
7.0s

Parameters

TUid aEventType A UID to define the type of event.
TInt aErrorCode The error code associated with the event.

TMMFEvent()

IMPORT_C TMMFEvent ( )

Default constructor.

Provided so this class can be packaged in a TPckgBuf<>.
Since
7.0s

Member Data Documentation

TInt iErrorCode

TInt iErrorCode

The error code associated with the event.

TUid iEventType

TUid iEventType

A UID to define the event type.

TInt iReserved1

TInt iReserved1 [private]

This member is internal and not intended for use.