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