MLtsyDispatchPhoneSelectNetwork Class Reference

class MLtsyDispatchPhoneSelectNetwork : public MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleSelectNetworkReqL(TBool, const RMobilePhone::TMobilePhoneNetworkManualSelection &)

TInt HandleSelectNetworkReqL(TBoolaIsManual,
const RMobilePhone::TMobilePhoneNetworkManualSelection &aNetworkManualSelection
)[pure virtual]

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

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

Implementation of this interface should attempt a network selection.

Parameters

TBool aIsManualSpecifies whether phone should use a manual or automatic network selection method.
const RMobilePhone::TMobilePhoneNetworkManualSelection & aNetworkManualSelectionIf aIsManual==ETrue, then this parameter contain the user's manually selected network.

Member Data Documentation

const TInt KLtsyDispatchPhoneSelectNetworkApiId

const TIntKLtsyDispatchPhoneSelectNetworkApiId[static]