MLtsyDispatchCallControlSendDtmfTones Class Reference

class MLtsyDispatchCallControlSendDtmfTones : public MLtsyDispatchInterface

Inherits from

Public Member Functions
TInt HandleSendDtmfTonesReqL(TInt, const TDesC &)
Public Attributes
const TIntKLtsyDispatchCallControlSendDtmfTonesApiId

Member Functions Documentation

HandleSendDtmfTonesReqL(TInt, const TDesC &)

TInt HandleSendDtmfTonesReqL(TIntaCallId,
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 aCallIdThe Call ID of the call through which the DTMF string will be sent.
const TDesC & aTonesTones to send through the active call.

Member Data Documentation

const TInt KLtsyDispatchCallControlSendDtmfTonesApiId

const TIntKLtsyDispatchCallControlSendDtmfTonesApiId[static]