MLtsyDispatchCallControlDialData Class Reference

class MLtsyDispatchCallControlDialData : public MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleDialDataReqL(const RMobilePhone::TMobileAddress &, const RMobileCall::TMobileDataCallParamsV1 &, TBool)

TInt HandleDialDataReqL ( const RMobilePhone::TMobileAddress & aDialledParty,
const RMobileCall::TMobileDataCallParamsV1 & aCallParamsV1,
TBool aPerformFdnCheck
) [pure virtual]

The CTSY Dispatcher shall invoke this function on receiving the EEtelCallDial request from the CTSY when a data call is requested.

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

Implementation of this interface should dial the data call to the specified destination. The callback should be completed when the dial request has been sent to the baseband and should indicate that an attempt to dial the call has been made. The callback function is used to indicate the outcome of this attempt to initiate the dialling process.

RCall::Dial()

Parameters

const RMobilePhone::TMobileAddress & aDialledParty Details about the dialled party including the phone number to dial.
const RMobileCall::TMobileDataCallParamsV1 & aCallParamsV1 The call parameters of the call to dial.
TBool aPerformFdnCheck whether or not an FDN (Fixed Dialling Number) check should be performed.

Member Data Documentation

const TInt KLtsyDispatchCallControlDialDataApiId

const TInt KLtsyDispatchCallControlDialDataApiId [static]