Package 

Interface MqttMessageRespParseListener

    • Method Summary

      Modifier and Type Method Description
      abstract String getLocalKey(String topicId)
      abstract Array<String> getTopicSuffix()
      abstract boolean isDataUpdated(String devId, int s, int o)
      abstract void onMqttDpReceivedError(String topic, String errorCode, String errorMsg)
      abstract void onMqttDpReceivedSuccess(String topicId, int protocol, JSONObject receiveData)
      • Methods inherited from class java.lang.Object

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