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()

void DoCancel ( ) [private, virtual]

From CActive . Called when active request is canceled.

NewL(RPhCltCallNotify &)

CPhCltComHandRequestMonitor * NewL ( RPhCltCallNotify & aCltNotify ) [static]

Parameters

RPhCltCallNotify & aCltNotify

NotifyComHandCommand(MPhCltComHandRequestObserver *, TDes8 &)

void NotifyComHandCommand ( MPhCltComHandRequestObserver * ,
TDes8 & aCommandArgs
)

Notifies when a Command handler request arrives.

Parameters

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

RespondComHandClient(const TInt)

TInt RespondComHandClient ( const TInt aResultCode )

Respond to client's command handler request.

Parameters

const TInt aResultCode Result of the response (previous function execution).

RunL()

void RunL ( ) [private, virtual]

From CActive . Called when send request is completed.

Member Data Documentation

RPhCltCallNotify & iCallNotify

RPhCltCallNotify & iCallNotify [private]

MPhCltComHandRequestObserver * iObserver

MPhCltComHandRequestObserver * iObserver [private]