Package 

Interface OnDataLocalProcessingListener

    • Method Summary

      Modifier and Type Method Description
      abstract String filterLocalProcessingData(String devId, String dps) Ordinary dp data filtering, the client can return to the cloud data after local-processing
      abstract boolean isBigDataLocalProcess(String devId) big data channel, determined the data is permitted to goto 他和 cloud
      • Methods inherited from class java.lang.Object

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

      • filterLocalProcessingData

         abstract String filterLocalProcessingData(String devId, String dps)

        Ordinary dp data filtering, the client can return to the cloud data after local-processing

        Parameters:
        devId - devId
        dps - dp-data
      • isBigDataLocalProcess

         abstract boolean isBigDataLocalProcess(String devId)

        big data channel, determined the data is permitted to goto 他和 cloud

        Parameters:
        devId - devId