CPcCardEventHandler Class Reference

class CPcCardEventHandler : public CActive

Inherits from

Constructor & Destructor Documentation

CPcCardEventHandler()

CPcCardEventHandler()[private]

Constructor.

~CPcCardEventHandler()

~CPcCardEventHandler()

Destructor.

Member Functions Documentation

DoCancel()

voidDoCancel()[private, virtual]

Cancellation of an outstanding request.

GetEvent()

voidGetEvent()

Gets the Event generated by the device drivers.

InitL(CPcCardControlEngine *)

voidInitL(CPcCardControlEngine *aParent)[private]

Allocate the one and only read buffer.

Parameters

CPcCardControlEngine * aParentPointer to the parent CPcCardControlEngine class.

NewL(CPcCardControlEngine *)

CPcCardEventHandler *NewL(CPcCardControlEngine *aParent)[static]

Standard CActive construction

Parameters

CPcCardControlEngine * aParentPointer to the parent CPcCardControlEngine class.

RunL()

voidRunL()[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]