MLtsyDispatchSupplementaryServicesSetCallForwardingStatus Class Reference

class MLtsyDispatchSupplementaryServicesSetCallForwardingStatus : public MLtsyDispatchInterface

Inherits from

Public Member Functions
TInt HandleSetCallForwardingStatusReqL ( RMobilePhone::TMobilePhoneCFCondition , RMobilePhone::TMobileService , RMobilePhone::TMobilePhoneServiceAction , const TDesC &, TInt )
Public Attributes
const TInt KLtsyDispatchSupplementaryServicesSetCallForwardingStatusApiId

Member Functions Documentation

HandleSetCallForwardingStatusReqL(RMobilePhone::TMobilePhoneCFCondition, RMobilePhone::TMobileService, RMobilePhone::TMobilePhoneServiceAction, const TDesC &, TInt)

TInt HandleSetCallForwardingStatusReqL ( RMobilePhone::TMobilePhoneCFCondition aCondition,
RMobilePhone::TMobileService aServiceGroup,
RMobilePhone::TMobilePhoneServiceAction aAction,
const TDesC & aNumber,
TInt aTimeout
) [pure virtual]

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

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

Implementation of this interface should sets a new call forwarding status and/or registered information for the call forwarding condition.

Parameters

RMobilePhone::TMobilePhoneCFCondition aCondition The condition of the new call forwarding setting.
RMobilePhone::TMobileService aServiceGroup The basic service group to apply the CF status change to.
RMobilePhone::TMobilePhoneServiceAction aAction The action to take.
const TDesC & aNumber The forwarding number.
TInt aTimeout The time out when aCondition is ECallForwardingNoReply.

Member Data Documentation

const TInt KLtsyDispatchSupplementaryServicesSetCallForwardingStatusApiId

const TInt KLtsyDispatchSupplementaryServicesSetCallForwardingStatusApiId [static]