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 void CancelNotifyComHandCommand ( ) const

Cancel pending command handler request notification.

CancelNotifyDialRequest()

IMPORT_C void CancelNotifyDialRequest ( )

Cancel pending call attempt notification.

CancelNotifyEmergencyCall()

IMPORT_C void CancelNotifyEmergencyCall ( ) const

Cancel pending emergency call attempt notification.

Close()

IMPORT_C void Close ( )

Close subsession.

ConstructL()

void ConstructL ( ) [private]

Memory allocations in ConstructL.

NewL()

IMPORT_C CPhCltCallNotify * NewL ( ) [static]

NotifyComHandCommand(MPhCltComHandRequestObserver *, TDes8 &)

IMPORT_C void NotifyComHandCommand ( MPhCltComHandRequestObserver * aObserver,
TDes8 & aCommandArgs
)

Notifies when a Command handler request arrives.

Parameters

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

NotifyDialRequest(MPhCltDialRequestObserver *)

IMPORT_C void NotifyDialRequest ( MPhCltDialRequestObserver * aObserver )

Notify dial requests through given observer.

Parameters

MPhCltDialRequestObserver * aObserver dial request observer

NotifyEmergencyCall(MPhCltDialEmergencyRequestObserver *, TDesC &)

IMPORT_C void NotifyEmergencyCall ( MPhCltDialEmergencyRequestObserver * aObserver,
TDesC & aEmergencyNumber
)

Notifies when a emergency call request arrives.

Parameters

MPhCltDialEmergencyRequestObserver * aObserver
TDesC & aEmergencyNumber

Open(RPhCltServer &)

IMPORT_C TInt Open ( RPhCltServer & aServer )

Open subsession to server.

Parameters

RPhCltServer & aServer Pre-opened server session.

RespondClient(const TInt)

IMPORT_C TInt RespondClient ( const TInt aResultCode )

Respond to client request to make a call

Parameters

const TInt aResultCode Result of the response.

RespondComHandClient(const TInt)

IMPORT_C TInt RespondComHandClient ( const TInt aResultCode )

Respond to client's command handler request.

Parameters

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

RespondEmergencyToClient(const TInt)

IMPORT_C TInt RespondEmergencyToClient ( const TInt aResultCode )

Respond to client request to make emergency call

Parameters

const TInt aResultCode Result 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]