CPhCltDialRequestMonitor Class Reference

class CPhCltDialRequestMonitor : public CActive

CCallNotify observer getting notifications about call requests from Phone Server.

phoneclient.lib
Since
1.0

Inherits from

Constructor & Destructor Documentation

CPhCltDialRequestMonitor(RPhCltCallNotify &)

CPhCltDialRequestMonitor(RPhCltCallNotify &aCallNotify)[private]

Parameters

RPhCltCallNotify & aCallNotify

~CPhCltDialRequestMonitor()

~CPhCltDialRequestMonitor()[virtual]

Destructor.

Member Functions Documentation

DoCancel()

voidDoCancel()[private, virtual]

From CActive. Called when active request is canceled.

NewL(RPhCltCallNotify &)

CPhCltDialRequestMonitor *NewL(RPhCltCallNotify &aCallNotify)[static]

Parameters

RPhCltCallNotify & aCallNotify

NotifyDialRequest(MPhCltDialRequestObserver *)

voidNotifyDialRequest(MPhCltDialRequestObserver *aObserver)

Notify dial requests through given observer.

Parameters

MPhCltDialRequestObserver * aObserverdial request observer

RespondClient(const TInt)

TInt RespondClient(const TIntaResultCode)

Respond to client request to make a call

Parameters

const TInt aResultCodeResult of the response.

RunError(TInt)

TInt RunError(TIntaError)[private, virtual]

From CActive. Called when RunL leaves.

Parameters

TInt aError

RunL()

voidRunL()[private, virtual]

From CActive. Called when send request is completed.

Member Data Documentation

RPhCltCallNotify & iCallNotify

RPhCltCallNotify &iCallNotify[private]

TPckg< TInt > iDataLengthPckg

TPckg< TInt >iDataLengthPckg[private]

TInt iDialDataLength

TInt iDialDataLength[private]

MPhCltDialRequestObserver * iObserver

MPhCltDialRequestObserver *iObserver[private]