Package 

Interface IThingByteDataListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onSweeperByteData(Array<byte> data) Map data stream
      abstract void onFailure(int code, String msg) Failed to get 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(Array<byte> data)

        Map data stream

        Parameters:
        data - data streams
      • onFailure

         abstract void onFailure(int code, String msg)

        Failed to get data

        Parameters:
        code - error code
        msg - error message