Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <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:


Construction and destruction


TECAMEvent(TUid,TInt)

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.