| | |
| | | * 注解相关 |
| | | */ |
| | | public static final String protocolName = "p206V1" ; |
| | | public static final Short protocolVer = 1 ; |
| | | public static final short protocolVer = 1 ; |
| | | public static final int priority = 2 ;//优先级 |
| | | /** |
| | | * RTU上线数据(上线后第一包数据)最小长度,设置该属性以备进行完整性检查, |
| | |
| | | public static final int codeIndex = 9 ;//功能码字节数组下标 |
| | | public static final int dataIndex = 10 ;//具体数据字节数组下标 |
| | | |
| | | public static final String vsCardAddr = "00000000";//本系统应用的虚拟卡,卡物理地址采用10个0作为模拟 |
| | | public static final String vsCardAddr = "00000000";//本系统应用的虚拟卡,卡物理地址采用8个0作为模拟 |
| | | |
| | | //////////////////////////////////////////////// |
| | | // |