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

void CancelNotifyCallAttempt ( ) const

Cancel pending call attempt notification.

CancelNotifyComHandCommand()

void CancelNotifyComHandCommand ( ) const

Cancel pending command handler request notification.

CancelNotifyEmergencyCall()

void CancelNotifyEmergencyCall ( ) const

Cancel pending call attempt notification.

Close()

void Close ( )

Close subsession.

GetDialData(TDes8 &)

void GetDialData ( TDes8 & aData )

Parameters

TDes8 & aData

NotifyCallAttempt(TRequestStatus &, TPckg< TInt > &)

void NotifyCallAttempt ( TRequestStatus & aStatus,
TPckg < TInt > & aDataLength
)

Notifies when a call request arrives.

Parameters

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

NotifyComHandCommand(TRequestStatus &, TDes8 &)

void NotifyComHandCommand ( TRequestStatus & aStatus,
TDes8 & aCommandArgs
)

Notifies when a Command handler request arrives.

Parameters

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

NotifyEmergencyCall(TRequestStatus &, TDes8 &)

void NotifyEmergencyCall ( TRequestStatus & aStatus,
TDes8 & aEmergencyNumber
)

Notifies when a emergency call request arrives.

Parameters

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

Open(RPhCltServer &)

TInt Open ( RPhCltServer & aServer )

Open subsession to server.

Parameters

RPhCltServer & aServer Pre-opened server session.

RespondClient(const TInt)

TInt RespondClient ( const TInt aResultCode )

Respond to client request to make a call

Parameters

const TInt aResultCode Result of the response.

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

RespondEmergencyToClient(const TInt)

TInt RespondEmergencyToClient ( const TInt aResultCode )

Respond to client request to make a emergency call

Parameters

const TInt aResultCode Result of the response.