CPhCltCallNotify Class Reference

class CPhCltCallNotify : public CBase

CCallNotify observer getting notifications about call requests from Phone Server.

phoneclient.lib
Since
1.0

Inherits from

Constructor & Destructor Documentation

CPhCltCallNotify()

CPhCltCallNotify()[private]

~CPhCltCallNotify()

IMPORT_C~CPhCltCallNotify()[virtual]

Destructor.

Member Functions Documentation

CancelNotifyComHandCommand()

IMPORT_C voidCancelNotifyComHandCommand()const

Cancel pending command handler request notification.

CancelNotifyDialRequest()

IMPORT_C voidCancelNotifyDialRequest()

Cancel pending call attempt notification.

CancelNotifyEmergencyCall()

IMPORT_C voidCancelNotifyEmergencyCall()const

Cancel pending emergency call attempt notification.

Close()

IMPORT_C voidClose()

Close subsession.

ConstructL()

voidConstructL()[private]

Memory allocations in ConstructL.

NewL()

IMPORT_C CPhCltCallNotify *NewL()[static]

NotifyComHandCommand(MPhCltComHandRequestObserver *, TDes8 &)

IMPORT_C voidNotifyComHandCommand(MPhCltComHandRequestObserver *aObserver,
TDes8 &aCommandArgs
)

Notifies when a Command handler request arrives.

Parameters

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

NotifyDialRequest(MPhCltDialRequestObserver *)

IMPORT_C voidNotifyDialRequest(MPhCltDialRequestObserver *aObserver)

Notify dial requests through given observer.

Parameters

MPhCltDialRequestObserver * aObserverdial request observer

NotifyEmergencyCall(MPhCltDialEmergencyRequestObserver *, TDesC &)

IMPORT_C voidNotifyEmergencyCall(MPhCltDialEmergencyRequestObserver *aObserver,
TDesC &aEmergencyNumber
)

Notifies when a emergency call request arrives.

Parameters

MPhCltDialEmergencyRequestObserver * aObserver
TDesC & aEmergencyNumber

Open(RPhCltServer &)

IMPORT_C TIntOpen(RPhCltServer &aServer)

Open subsession to server.

Parameters

RPhCltServer & aServerPre-opened server session.

RespondClient(const TInt)

IMPORT_C TIntRespondClient(const TIntaResultCode)

Respond to client request to make a call

Parameters

const TInt aResultCodeResult of the response.

RespondComHandClient(const TInt)

IMPORT_C TIntRespondComHandClient(const TIntaResultCode)

Respond to client's command handler request.

Parameters

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

RespondEmergencyToClient(const TInt)

IMPORT_C TIntRespondEmergencyToClient(const TIntaResultCode)

Respond to client request to make emergency call

Parameters

const TInt aResultCodeResult of the response.

Member Data Documentation

RPhCltCallNotify * iCallNotify

RPhCltCallNotify *iCallNotify[private]

CPhCltComHandRequestMonitor * iComHandMonitor

CPhCltComHandRequestMonitor *iComHandMonitor[private]

CPhCltDialEmergencyRequestMonitor * iDialEmergencyMonitor

CPhCltDialEmergencyRequestMonitor *iDialEmergencyMonitor[private]

CPhCltDialRequestMonitor * iDialMonitor

CPhCltDialRequestMonitor *iDialMonitor[private]