CRadioEventHandler Class Reference

class CRadioEventHandler : public CActive

Implements active object for spontaneous event.

RadioSession.lib
Since
Series 60 3.0

Inherits from

Constructor & Destructor Documentation

CRadioEventHandler(MRadioObserver &, RRadioSession &, TUint)

CRadioEventHandler(MRadioObserver &aObserver,
RRadioSession &aSession,
TUintaKey
)[private]

C++ default constructor.

Parameters

MRadioObserver & aObserver
RRadioSession & aSession
TUint aKey

~CRadioEventHandler()

~CRadioEventHandler()[virtual]

Destructor.

Member Functions Documentation

ConstructL()

voidConstructL()[private]

By default Symbian 2nd phase constructor is private.

DoCancel()

voidDoCancel()[private, virtual]

From CActive Cancel outstanding request

NewLC(MRadioObserver &, RRadioSession &, TUint)

CRadioEventHandler *NewLC(MRadioObserver &aObserver,
RRadioSession &aSession,
TUintaKey
)[static]

Two-phased constructor.

Parameters

MRadioObserver & aObserver
RRadioSession & aSession
TUint aKey

RunL()

voidRunL()[private, virtual]

From CActive Implementation of CActive::RunL. Called when server request has completed.

Member Data Documentation

TUint iKey

TUint iKey[private]

MRadioObserver & iObserver

MRadioObserver &iObserver[private]

RProperty iProperty

RProperty iProperty[private]

RRadioSession & iSession

RRadioSession &iSession[private]