TECAMEvent Class Reference

#include <ecam.h>

Link against: ecam.lib

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

Detailed Description

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.

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

TECAMEvent ( TUid, TInt )

IMPORT_CTECAMEvent(TUidaEventType,
TIntaErrorCode
)

Constructor.

ParameterDescription
aEventTypeA UID to define the type of event.
aErrorCodeThe error code associated with the event.

TECAMEvent ( )

IMPORT_CTECAMEvent()

Default constructor.

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