MLtsyDispatchCallControlSendDtmfTones Class Reference

class MLtsyDispatchCallControlSendDtmfTones : public MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleSendDtmfTonesReqL(TInt, const TDesC &)

TInt HandleSendDtmfTonesReqL ( TInt aCallId,
const TDesC & aTones
) [pure virtual]

The CTSY Dispatcher shall invoke this function on receiving the EMobilePhoneSendDTMFTones request from the CTSY.

It is a request call that is completed by invoking CCtsyDispatcherCallback::CallbackCallControlSendDtmfTonesComp()

Implementation of this interface should send the specified DTMF string through the currently active call.

RMobilePhone::SendDTMFTones()

Parameters

TInt aCallId The Call ID of the call through which the DTMF string will be sent.
const TDesC & aTones Tones to send through the active call.

Member Data Documentation

const TInt KLtsyDispatchCallControlSendDtmfTonesApiId

const TInt KLtsyDispatchCallControlSendDtmfTonesApiId [static]