class RPhCltCallNotify : public RSubSessionBase |
RCallNotify observer getting notifications about call requests from Phone Server.
Public Member Functions | |
---|---|
RPhCltCallNotify () | |
void | CancelNotifyCallAttempt () |
void | CancelNotifyComHandCommand () |
void | CancelNotifyEmergencyCall () |
void | Close () |
void | GetDialData ( TDes8 &) |
void | NotifyCallAttempt ( TRequestStatus &, TPckg < TInt > &) |
void | NotifyComHandCommand ( TRequestStatus &, TDes8 &) |
void | NotifyEmergencyCall ( TRequestStatus &, TDes8 &) |
TInt | Open ( RPhCltServer &) |
TInt | RespondClient (const TInt ) |
TInt | RespondComHandClient (const TInt ) |
TInt | RespondEmergencyToClient (const TInt ) |
void | CancelNotifyCallAttempt | ( | ) | const |
Cancel pending call attempt notification.
void | CancelNotifyComHandCommand | ( | ) | const |
Cancel pending command handler request notification.
void | CancelNotifyEmergencyCall | ( | ) | const |
Cancel pending call attempt notification.
void | NotifyCallAttempt | ( | TRequestStatus & | aStatus, |
TPckg < TInt > & | aDataLength | |||
) |
Notifies when a call request arrives.
TRequestStatus & aStatus | Status to be changed when call request have arrived. |
TPckg < TInt > & aDataLength |
void | NotifyComHandCommand | ( | TRequestStatus & | aStatus, |
TDes8 & | aCommandArgs | |||
) |
Notifies when a Command handler request arrives.
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. |
void | NotifyEmergencyCall | ( | TRequestStatus & | aStatus, |
TDes8 & | aEmergencyNumber | |||
) |
Notifies when a emergency call request arrives.
TRequestStatus & aStatus | Status to be changed when call request have arrived. |
TDes8 & aEmergencyNumber |
TInt | Open | ( | RPhCltServer & | aServer | ) |
Open subsession to server.
RPhCltServer & aServer | Pre-opened server session. |
TInt | RespondClient | ( | const TInt | aResultCode | ) |
Respond to client request to make a call
const TInt aResultCode | Result of the response. |
TInt | RespondComHandClient | ( | const TInt | aResultCode | ) |
Respond to client's command handler request.
const TInt aResultCode | Result of the response (previous function execution). |
TInt | RespondEmergencyToClient | ( | const TInt | aResultCode | ) |
Respond to client request to make a emergency call
const TInt aResultCode | Result of the response. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.