| | |
| | | namespace HDL_ON.DriverLayer |
| | | { |
| | | /// <summary> |
| | | /// 控制数据 |
| | | /// 控制数据包头 |
| | | /// bus数据包头 |
| | | /// </summary> |
| | | public class Target |
| | | { |
| | |
| | | bytes [15] = 0xAA; |
| | | |
| | | bytes [16] = (byte)(11 + AddData.Length); |
| | | bytes [17] = 252; //源子网号 |
| | | bytes [17] = 0; //源子网号 |
| | | bytes [18] = 252; //源设备号 |
| | | bytes [19] = (byte)(deviceType/256); |
| | | bytes [20] = (byte)(deviceType%256); |
| | |
| | | bytes [15] = 0xAA; |
| | | |
| | | bytes [16] = 0xFF;//数据包长度 |
| | | bytes [17] = 252;//源子网号 |
| | | bytes [17] = 0;//源子网号 |
| | | bytes [18] = 252;//源设备号 |
| | | bytes [19] = (byte)(deviceType/256); |
| | | bytes [20] = (byte)(deviceType%256); |