Package 

Interface ILogEventListener

    • Method Summary

      Modifier and Type Method Description
      abstract void hardwareLogCallback(int logType, String devId, int errorCode, int frameType)
      abstract void messageSendLogCallback(String devId, int frameType, String lpv)
      abstract void messageReceivedLogCallback(HashMap<String, Object> hResponse)
      abstract void recordLogCallback(String devId, int frameType, int length, long consumeTime)
      • Methods inherited from class java.lang.Object

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

      • hardwareLogCallback

         abstract void hardwareLogCallback(int logType, String devId, int errorCode, int frameType)
      • recordLogCallback

         abstract void recordLogCallback(String devId, int frameType, int length, long consumeTime)