Package 

Interface IThingSweeperByteDataListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onSweeperByteData(SweeperByteData data) Listen for map data or path data
      abstract void onFailure(int code, String msg) Failed to listen for map data or path data
      • Methods inherited from class java.lang.Object

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

      • onSweeperByteData

         abstract void onSweeperByteData(SweeperByteData data)

        Listen for map data or path data

        Parameters:
        data - map datacom.thingclips.smart.android.sweeper.bean.
      • onFailure

         abstract void onFailure(int code, String msg)

        Failed to listen for map data or path data

        Parameters:
        code - error code
        msg - error msg