CPhCltCommandHandler Class Reference
class CPhCltCommandHandler : public CBase |
Interface for Command Handler requests. At most one asynchronous request can be ongoing at the same time!
PhoneClient.lib
- Since
- 3.2
Constructor & Destructor Documentation
CPhCltCommandHandler()
CPhCltCommandHandler | ( | ) | [protected] |
Member Functions Documentation
Ata(TRequestStatus &)
Answer the call. Does not need response according to specification.
Parameters
TRequestStatus & aStatus | The status updated when function call is completed. KErrNone if successful, Symbian error code otherwise. KErrNotReady if there is no call to be answered. |
Atd(TRequestStatus &, const TPhCltTelephoneNumber &)
Dial. Only voice call is supported.
Parameters
TRequestStatus & aStatus | The status updated when function call is completed. KErrNone if successful, Symbian error code otherwise. |
const TPhCltTelephoneNumber & aTelephoneNumber | The dial information. |
CancelAsyncRequest(const TPhCltComHandCommand)
Cancel the ongoing asynchronous request.
Chld(TRequestStatus &, const TPhCltChldCommand, const TUint)
Call hold and multiparty handling.
Parameters
TRequestStatus & aStatus | The status updated when function call is completed. KErrNone if successful, Symbian error code otherwise. |
const TPhCltChldCommand aChldCommand | The command to be performed. |
const TUint aCallNumber | The call number where the command specified in aChldCommand is targeted. Not used currently. |
Chup(TRequestStatus &)
Hang up current call. Does not need response according to specification.
Parameters
TRequestStatus & aStatus | The status updated when function call is completed. KErrNone if successful, Symbian error code otherwise. |
MuteMicrophone(TRequestStatus &, const TBool)
Parameters
TRequestStatus & aStatus | The status updated when function call is completed. KErrNone if successful, Symbian error code otherwise. |
const TBool aMute | ETrue if Microphone Mute is se on. |
MuteRingingTone(TRequestStatus &)
Parameters
TRequestStatus & aStatus | The status updated when function call is completed. KErrNone if successful, Symbian error code otherwise. |
Vts(TRequestStatus &, const TPhCltDtmfTone, const TPhCltDtmfAction)
DTMF sending, starting and stopping in same function. Does not need response according to specification.
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.