Package 

Interface IConfig


  • 
    public interface IConfig
    
                        

    Describes the network configuration - related operational interfaces.

    • Method Summary

      Modifier and Type Method Description
      abstract void start() Start network configuration.
      abstract void start(int sl) Start network configuration.
      abstract void cancel() Cancel network configuration.
      abstract void onDestroy() Recycle and release the resources.
      int resumeAPConfigWifi(ApHandlerBean bean) resume ap
      void queryWifiList(ApHandlerBean bean, IThingResultCallback<List<WiFiInfoBean>> callback)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait