Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: ecam.h
Link against: ecam.lib

Class TECAMEvent

class TECAMEvent;

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.

Members

Defined in TECAMEvent:
TECAMEvent(), TECAMEvent(), iErrorCode, iEventType


Construction and destruction


TECAMEvent()

IMPORT_C TECAMEvent(TUid aEventType, TInt aErrorCode);

Description

Constructor.

Parameters

TUid aEventType

A UID to define the type of event.

TInt aErrorCode

The error code associated with the event.


TECAMEvent()

IMPORT_C TECAMEvent();

Description

Default constructor.

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

[Top]


Member data


iEventType

TUid iEventType;

Description

A UID to define the event type.


iErrorCode

TInt iErrorCode;

Description

The error code associated with the event.