Package 

Interface IThingBlueMeshOta

    • Method Summary

      Modifier and Type Method Description
      abstract void startOta() Start ota.
      abstract void stopOta() Stop ota.
      abstract void onDestroy() Cancel ota and clean the cache of ota.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • startOta

         abstract void startOta()

        Start ota.

      • stopOta

         abstract void stopOta()

        Stop ota.

      • onDestroy

         abstract void onDestroy()

        Cancel ota and clean the cache of ota.