class CPhoneGsmSsCallHandler : public CPhoneGsmHandlerBase |
It is base handler for supplementary services during calls.
Public Member Functions | |
---|---|
void | ProcessEndAndAcceptL() |
void | ProcessEndCallL(TInt) |
void | ProcessEndOrRejectL() |
void | ProcessExplicitCallTransferL() |
void | ProcessHoldAllCallsExceptL(TInt) |
void | ProcessJoinL() |
IMPORT_C void | ProcessL(CPhoneGsmParserResult &) |
void | ProcessSwapL() |
void | ProcessEndAndAcceptL | ( | ) | [pure virtual] |
Ends a call and accepts another.
Command: 1 SEND.
void | ProcessEndCallL | ( | TInt | aCallNo | ) | [pure virtual] |
End specific active call.
Command: 1X SEND.
TInt aCallNo | index of call, X in 1X. |
void | ProcessExplicitCallTransferL | ( | ) | [pure virtual] |
Perform explicit call transfer
Command: 4 SEND.
void | ProcessHoldAllCallsExceptL | ( | TInt | aCallNo | ) | [pure virtual] |
Hold all active calls except specific call.
Command: 2X SEND.
TInt aCallNo | index of call, X in 2X. |
IMPORT_C void | ProcessL | ( | CPhoneGsmParserResult & | aResult | ) | [virtual] |
From CPhoneGsmHandlerBase, processes result.
CPhoneGsmParserResult & aResult | It is to be processed. |
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.