RPhCltCallNotify Class Reference
| class RPhCltCallNotify : public RSubSessionBase |
RCallNotify observer getting notifications about call requests from Phone Server.
phoneclient.lib
- Since
- 1.0
| Inherited Functions |
|---|
| | RSubSessionBase::CloseSubSession(TInt) |
| | RSubSessionBase::CreateAutoCloseSubSession(RSessionBase &,TInt,const TIpcArgs &) |
| | RSubSessionBase::CreateSubSession(const RSessionBase &,TInt) |
| | RSubSessionBase::CreateSubSession(const RSessionBase &,TInt,const TIpcArgs &) |
| | RSubSessionBase::RSubSessionBase() |
| | RSubSessionBase::Send(TInt)const |
| | RSubSessionBase::Send(TInt,const TIpcArgs &)const |
| | RSubSessionBase::SendReceive(TInt)const |
| | RSubSessionBase::SendReceive(TInt,TRequestStatus &)const |
| | RSubSessionBase::SendReceive(TInt,const TIpcArgs &)const |
| | RSubSessionBase::SendReceive(TInt,const TIpcArgs &,TRequestStatus &)const |
| | RSubSessionBase::Session()const |
| | RSubSessionBase::SubSessionHandle()const |
Constructor & Destructor Documentation
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.
GetDialData(TDes8 &)
| void | GetDialData | ( | TDes8 & | aData | ) | |
NotifyCallAttempt(TRequestStatus &, TPckg< TInt > &)
Notifies when a call request arrives.
NotifyComHandCommand(TRequestStatus &, TDes8 &)
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 &)
Notifies when a emergency call request arrives.
Parameters
| TRequestStatus & aStatus | Status to be changed when call request have arrived. |
| TDes8 & aEmergencyNumber | |
Open(RPhCltServer &)
Open subsession to server.
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. |
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.