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)
IMPORT_C void
|
CancelAsyncRequest
|
(
|
const
TPhCltComHandCommand
|
aReqToCancel
|
)
|
[pure virtual]
|
Cancel the ongoing asynchronous request.
Parameters
const
TPhCltComHandCommand
aReqToCancel
|
The request to be canceled.
|
Chld(TRequestStatus &, const TPhCltChldCommand, const TUint)
IMPORT_C void
|
Chld
|
(
|
TRequestStatus
&
|
aStatus,
|
|
const
TPhCltChldCommand
|
aChldCommand,
|
|
const
TUint
|
aCallNumber
|
|
)
|
[pure virtual]
|
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 &)
IMPORT_C void
|
MuteRingingTone
|
(
|
TRequestStatus
&
|
aStatus
|
)
|
[pure virtual]
|
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.
Parameters
TRequestStatus
& aStatus
|
The status updated when function call is completed. KErrNone if successful, Symbian error code otherwise.
|
const
TPhCltDtmfTone
aDtmfTone
|
The DTMF tone to be sent.
|
const
TPhCltDtmfAction
aAction
|
|
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.