C D E L
C
- cn.foxtech.device.protocol.v1.lrw - 程序包 cn.foxtech.device.protocol.v1.lrw
-
D
- decodePack(byte[]) - 类 中的静态方法cn.foxtech.device.protocol.v1.lrw.LRWProtocolFrame
-
报文解包
- decodePackAlarm(String, Map<String, Object>) - 类 中的静态方法cn.foxtech.device.protocol.v1.lrw.LRWProtocolAlarmEvent
-
FoxEdgeEvent注解,指明这是一个设备主动上报,所有它只有解码函数
FoxEdgeEventType注解指明这是一种告警(上报后,设备自己不保留)
主动上报的告警,因为不是问答式参数,所有没有编码函数
- decodePackSensor(String, Map<String, Object>) - 类 中的静态方法cn.foxtech.device.protocol.v1.lrw.LRWProtocolGetSensor
-
查询传感器状态
- decodePackVersion(String, Map<String, Object>) - 类 中的静态方法cn.foxtech.device.protocol.v1.lrw.LRWProtocolGetVersion
-
E
- encodePack(byte, byte[]) - 类 中的静态方法cn.foxtech.device.protocol.v1.lrw.LRWProtocolFrame
-
报文打包
- encodePack(byte) - 类 中的静态方法cn.foxtech.device.protocol.v1.lrw.LRWProtocolFrame
-
报文打包
- encodePackSensor(Map<String, Object>) - 类 中的静态方法cn.foxtech.device.protocol.v1.lrw.LRWProtocolBrocast
-
查询传感器状态
- encodePackSensor(Map<String, Object>) - 类 中的静态方法cn.foxtech.device.protocol.v1.lrw.LRWProtocolGetSensor
-
查询传感器状态
- encodePackVersion(Map<String, Object>) - 类 中的静态方法cn.foxtech.device.protocol.v1.lrw.LRWProtocolGetVersion
-
L
- LRWEntity - cn.foxtech.device.protocol.v1.lrw中的类
-
- LRWEntity() - 类 的构造器cn.foxtech.device.protocol.v1.lrw.LRWEntity
-
- LRWProtocolAlarmEvent - cn.foxtech.device.protocol.v1.lrw中的类
-
告警通知的范例
- LRWProtocolAlarmEvent() - 类 的构造器cn.foxtech.device.protocol.v1.lrw.LRWProtocolAlarmEvent
-
- LRWProtocolBrocast - cn.foxtech.device.protocol.v1.lrw中的类
-
- LRWProtocolBrocast() - 类 的构造器cn.foxtech.device.protocol.v1.lrw.LRWProtocolBrocast
-
- LRWProtocolFrame - cn.foxtech.device.protocol.v1.lrw中的类
-
解码器范例:
1、类名称要加上FoxEdgeType注解,告知扫描器,在这边读取设备类型名
2、准备导出的函数,要加上FoxEdgeMethod注解,告知扫描器,在这边读取操作方法
3、FoxEdgeMethod编码解码函数,比如严格参照范例的格式
- LRWProtocolFrame() - 类 的构造器cn.foxtech.device.protocol.v1.lrw.LRWProtocolFrame
-
- LRWProtocolGetSensor - cn.foxtech.device.protocol.v1.lrw中的类
-
- LRWProtocolGetSensor() - 类 的构造器cn.foxtech.device.protocol.v1.lrw.LRWProtocolGetSensor
-
- LRWProtocolGetVersion - cn.foxtech.device.protocol.v1.lrw中的类
-
- LRWProtocolGetVersion() - 类 的构造器cn.foxtech.device.protocol.v1.lrw.LRWProtocolGetVersion
-
C D E L
Copyright © 2023. All rights reserved.