CPhCltComHandRequestMonitor Class Reference

class CPhCltComHandRequestMonitor : public CActive

CCallNotify observer getting notifications about call requests from Phone Server.

phoneclient.lib
Since
1.0

Inherits from

Constructor & Destructor Documentation

CPhCltComHandRequestMonitor(RPhCltCallNotify &)

CPhCltComHandRequestMonitor(RPhCltCallNotify &aCallNotify)[private]

Parameters

RPhCltCallNotify & aCallNotify

~CPhCltComHandRequestMonitor()

~CPhCltComHandRequestMonitor()[virtual]

Destructor.

Member Functions Documentation

DoCancel()

voidDoCancel()[private, virtual]

From CActive. Called when active request is canceled.

NewL(RPhCltCallNotify &)

CPhCltComHandRequestMonitor *NewL(RPhCltCallNotify &aCltNotify)[static]

Parameters

RPhCltCallNotify & aCltNotify

NotifyComHandCommand(MPhCltComHandRequestObserver *, TDes8 &)

voidNotifyComHandCommand(MPhCltComHandRequestObserver *,
TDes8 &aCommandArgs
)

Notifies when a Command handler request arrives.

Parameters

MPhCltComHandRequestObserver *
TDes8 & aCommandArgsCommand argument storage place. That is, packaged version of class TPhCltComHandCommandParameters.

RespondComHandClient(const TInt)

TInt RespondComHandClient(const TIntaResultCode)

Respond to client's command handler request.

Parameters

const TInt aResultCodeResult of the response (previous function execution).

RunL()

voidRunL()[private, virtual]

From CActive. Called when send request is completed.

Member Data Documentation

RPhCltCallNotify & iCallNotify

RPhCltCallNotify &iCallNotify[private]

MPhCltComHandRequestObserver * iObserver

MPhCltComHandRequestObserver *iObserver[private]