MLtsyDispatchPhoneSelectNetwork Class Reference

class MLtsyDispatchPhoneSelectNetwork : public MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleSelectNetworkReqL(TBool, const RMobilePhone::TMobilePhoneNetworkManualSelection &)

TInt HandleSelectNetworkReqL ( TBool aIsManual,
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 aIsManual Specifies whether phone should use a manual or automatic network selection method.
const RMobilePhone::TMobilePhoneNetworkManualSelection & aNetworkManualSelection If aIsManual==ETrue, then this parameter contain the user's manually selected network.

Member Data Documentation

const TInt KLtsyDispatchPhoneSelectNetworkApiId

const TInt KLtsyDispatchPhoneSelectNetworkApiId [static]