RPhCltCallNotify Class Reference

class RPhCltCallNotify : public RSubSessionBase

RCallNotify observer getting notifications about call requests from Phone Server.

phoneclient.lib
Since
1.0

Inherits from

Constructor & Destructor Documentation

RPhCltCallNotify()

RPhCltCallNotify()

Constructor.

Member Functions Documentation

CancelNotifyCallAttempt()

voidCancelNotifyCallAttempt()const

Cancel pending call attempt notification.

CancelNotifyComHandCommand()

voidCancelNotifyComHandCommand()const

Cancel pending command handler request notification.

CancelNotifyEmergencyCall()

voidCancelNotifyEmergencyCall()const

Cancel pending call attempt notification.

Close()

voidClose()

Close subsession.

GetDialData(TDes8 &)

voidGetDialData(TDes8 &aData)

Parameters

TDes8 & aData

NotifyCallAttempt(TRequestStatus &, TPckg< TInt > &)

voidNotifyCallAttempt(TRequestStatus &aStatus,
TPckg< TInt > &aDataLength
)

Notifies when a call request arrives.

Parameters

TRequestStatus & aStatusStatus to be changed when call request have arrived.
TPckg< TInt > & aDataLength

NotifyComHandCommand(TRequestStatus &, TDes8 &)

voidNotifyComHandCommand(TRequestStatus &aStatus,
TDes8 &aCommandArgs
)

Notifies when a Command handler request arrives.

Parameters

TRequestStatus & aStatusStatus to be changed when command handler request has arrived.
TDes8 & aCommandArgsCommand argument storage place. That is, packaged version of class TPhCltComHandCommandParameters.

NotifyEmergencyCall(TRequestStatus &, TDes8 &)

voidNotifyEmergencyCall(TRequestStatus &aStatus,
TDes8 &aEmergencyNumber
)

Notifies when a emergency call request arrives.

Parameters

TRequestStatus & aStatusStatus to be changed when call request have arrived.
TDes8 & aEmergencyNumber

Open(RPhCltServer &)

TInt Open(RPhCltServer &aServer)

Open subsession to server.

Parameters

RPhCltServer & aServerPre-opened server session.

RespondClient(const TInt)

TInt RespondClient(const TIntaResultCode)

Respond to client request to make a call

Parameters

const TInt aResultCodeResult of the response.

RespondComHandClient(const TInt)

TInt RespondComHandClient(const TIntaResultCode)

Respond to client's command handler request.

Parameters

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

RespondEmergencyToClient(const TInt)

TInt RespondEmergencyToClient(const TIntaResultCode)

Respond to client request to make a emergency call

Parameters

const TInt aResultCodeResult of the response.