MLtsyDispatchPhoneSetAlwaysOnMode Class Reference

class MLtsyDispatchPhoneSetAlwaysOnMode : public MLtsyDispatchInterface

Inherits from

Member Functions Documentation

HandleSetAlwaysOnModeReqL(RMmCustomAPI::TSetAlwaysOnMode)

TInt HandleSetAlwaysOnModeReqL ( RMmCustomAPI::TSetAlwaysOnMode aMode ) [pure virtual]

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

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

Implementation of this interface should set the "always on" mode.

Parameters

RMmCustomAPI::TSetAlwaysOnMode aMode The new "always on" mode to set, can be RMmCustomAPI::EAlwaysModeVPLMN for VPLMN (Visited Public Land Mobile Network) always on, RMmCustomAPI::EAlwaysModeHPLMN for HPLMN (Home Public Land Mobile Network) always on, RMmCustomAPI::EAlwaysModeBoth for VPLMN and HPLMN always on, RMmCustomAPI::EAlwaysModeNeither for neither VPLMN nor HPLMN always on.

Member Data Documentation

const TInt KLtsyDispatchPhoneSetAlwaysOnModeApiId

const TInt KLtsyDispatchPhoneSetAlwaysOnModeApiId [static]