-
public interface IConfigDescribes the network configuration - related operational interfaces.
-
-
Method Summary
Modifier and Type Method Description abstract voidstart()Start network configuration. abstract voidstart(int sl)Start network configuration. abstract voidcancel()Cancel network configuration. abstract voidonDestroy()Recycle and release the resources. intresumeAPConfigWifi(ApHandlerBean bean)resume ap voidqueryWifiList(ApHandlerBean bean, IThingResultCallback<List<WiFiInfoBean>> callback)-
-
Method Detail
-
start
abstract void start()
Start network configuration.
-
start
abstract void start(int sl)
Start network configuration.
-
cancel
abstract void cancel()
Cancel network configuration.
-
onDestroy
abstract void onDestroy()
Recycle and release the resources.
-
resumeAPConfigWifi
int resumeAPConfigWifi(ApHandlerBean bean)
resume ap
-
queryWifiList
void queryWifiList(ApHandlerBean bean, IThingResultCallback<List<WiFiInfoBean>> callback)
-
-
-
-