-
public class ChannelDataConstants
Constants for big data channel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
ChannelDataConstants.ResultKey
The KEY corresponding to the data returned by the big data channel under certain circumstancesThis result is used with onDataFinish
public class
ChannelDataConstants.DATA_PRODUCT_TYPE
Big data type number to be read for general type data,0 means general type data, starting from 1 and defined by specific products.The panel side does not know which type is used on the device side.Type=0 is a general type of data, such as temperature and humidity panels.The panel query is type=1, but the device side may store type0.(Explain here, for example,the general firmware cannot know in advance which type the data of this digital product is to be stored, and the general firmware uses type0 to store).0 means the general type, no matter which type the panel is inquired about, when 0x000b is used Type0, just call back directly, others can be judged.
public class
ChannelDataConstants.DATA_COMMOND
Command to open big data channel
-