MLtsyDispatchCallControlStartDtmfTone Class Reference

class MLtsyDispatchCallControlStartDtmfTone : public MLtsyDispatchInterface

Inherits from

Public Member Functions
TInt HandleStartDtmfToneReqL(TInt, const TChar &)
Public Attributes
const TIntKLtsyDispatchCallControlStartDtmfToneApiId

Member Functions Documentation

HandleStartDtmfToneReqL(TInt, const TChar &)

TInt HandleStartDtmfToneReqL(TIntaCallId,
const TChar &aTone
)[pure virtual]

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

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

RMobilePhone::StartDTMFTone()

Parameters

TInt aCallIdCall ID of the connected call through which the DTMF tone will be sent.
const TChar & aToneThe tone character to send through the call.

Member Data Documentation

const TInt KLtsyDispatchCallControlStartDtmfToneApiId

const TIntKLtsyDispatchCallControlStartDtmfToneApiId[static]