class MLtsyDispatchCallControlSwap : public MLtsyDispatchInterface |
Public Member Functions | |
---|---|
TInt | HandleSwapReqL(TInt, TInt) |
TInt | HandleSwapReqL(TInt) |
Public Attributes | |
---|---|
const TInt | KLtsyDispatchCallControlSingleSwapApiId |
const TInt | KLtsyDispatchCallControlSwapApiId |
TInt | HandleSwapReqL | ( | TInt | aCallId, |
TInt | aSecondCallId | |||
) | [pure virtual] |
The CTSY Dispatcher shall invoke this function on receiving the EMobileCallSwap request from the CTSY.
It is a request call that is completed by invoking CCtsyDispatcherCallback::CallbackCallControlSwapComp()
This request should be completed when the request to swap two calls has been placed. One is held and the other connected. The held call becomes connected (RMobileCall::EStatusConnected) and the connected call becomes held (RMobileCall::EStatusHold).
Implementation of this interface should request that the Licensee TSY swap the specified calls. Swapping is allowed for one or two active calls.
TInt | HandleSwapReqL | ( | TInt | aCallId | ) | [pure virtual] |
The CTSY Dispatcher shall invoke this function on receiving the EMobileCallSwap request, for a single call, from the CTSY.
It is a request call that is completed by invoking CCtsyDispatcherCallback::CallbackCallControlSwapComp()
This request should be completed when the request to swap the single call has been placed.
Implementation of this interface should request that the Licensee TSY swap the specified call. The state of the call will be swapped from held to connected (or visa versa)
TInt aCallId | The Call ID of the single call to swap. |
const TInt | KLtsyDispatchCallControlSingleSwapApiId | [static] |
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.