CPcCardEventHandler Class Reference

class CPcCardEventHandler : public CActive

Inherits from

Constructor & Destructor Documentation

CPcCardEventHandler()

CPcCardEventHandler ( ) [private]

Constructor.

~CPcCardEventHandler()

~CPcCardEventHandler ( )

Destructor.

Member Functions Documentation

DoCancel()

void DoCancel ( ) [private, virtual]

Cancellation of an outstanding request.

GetEvent()

void GetEvent ( )

Gets the Event generated by the device drivers.

InitL(CPcCardControlEngine *)

void InitL ( CPcCardControlEngine * aParent ) [private]

Allocate the one and only read buffer.

Parameters

CPcCardControlEngine * aParent Pointer to the parent CPcCardControlEngine class.

NewL(CPcCardControlEngine *)

CPcCardEventHandler * NewL ( CPcCardControlEngine * aParent ) [static]

Standard CActive construction

Parameters

CPcCardControlEngine * aParent Pointer to the parent CPcCardControlEngine class.

RunL()

void RunL ( ) [private, virtual]

Handles an active object s request completion event.

Member Data Documentation

TBuf8< 32 > iEventBuffer

TBuf8 < 32 > iEventBuffer [private]

CPcCardControlEngine * iParent

CPcCardControlEngine * iParent [private]