TMMFEvent Class Reference

#include <mmf/common/mmfcontrollerframeworkbase.h>

Link against: mmfcontrollerframework.lib

class TMMFEvent
Public Attributes
TInt iErrorCode
TUid iEventType
Public Member Functions
TMMFEvent(TUid, TInt)
TMMFEvent()

Detailed Description

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

Member Attribute Documentation

iErrorCode

TInt iErrorCode

The error code associated with the event.

iEventType

TUid iEventType

A UID to define the event type.

Constructor & Destructor Documentation

TMMFEvent ( TUid, TInt )

IMPORT_CTMMFEvent(TUidaEventType,
TIntaErrorCode
)

Constructor.

Since
7.0s
Parameters
aEventTypeA UID to define the type of event.
aErrorCodeThe error code associated with the event.

TMMFEvent ( )

IMPORT_CTMMFEvent()

Default constructor.

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