CPhoneGsmSsCallHandler Class Reference

class CPhoneGsmSsCallHandler : public CPhoneGsmHandlerBase

It is base handler for supplementary services during calls.

Since
1.0 phoneparser.lib

Inherits from

Member Functions Documentation

ProcessEndAndAcceptL()

void ProcessEndAndAcceptL ( ) [pure virtual]

Ends a call and accepts another.

Command: 1 SEND.

ProcessEndCallL(TInt)

void ProcessEndCallL ( TInt aCallNo ) [pure virtual]

End specific active call.

Command: 1X SEND.

Parameters

TInt aCallNo index of call, X in 1X.

ProcessEndOrRejectL()

void ProcessEndOrRejectL ( ) [pure virtual]

Reject a call.

Command: 0 SEND.

ProcessExplicitCallTransferL()

void ProcessExplicitCallTransferL ( ) [pure virtual]

Perform explicit call transfer

Command: 4 SEND.

ProcessHoldAllCallsExceptL(TInt)

void ProcessHoldAllCallsExceptL ( TInt aCallNo ) [pure virtual]

Hold all active calls except specific call.

Command: 2X SEND.

Parameters

TInt aCallNo index of call, X in 2X.

ProcessJoinL()

void ProcessJoinL ( ) [pure virtual]

Join two calls to conference.

Command: 3 SEND.

ProcessL(CPhoneGsmParserResult &)

IMPORT_C void ProcessL ( CPhoneGsmParserResult & aResult ) [virtual]

From CPhoneGsmHandlerBase , processes result.

Parameters

CPhoneGsmParserResult & aResult It is to be processed.

ProcessSwapL()

void ProcessSwapL ( ) [pure virtual]

Swap

Command: 2 SEND.