ModbusInfoExplodeRtuCommandToCore 方法 |
将modbus-rtu的数据重新还原成modbus数据,移除CRC校验的内容
Restore the data of modbus-rtu to modbus data again, remove the content of CRC check
命名空间:
HslCommunication.ModBus
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] ExplodeRtuCommandToCore(
byte[] modbusRtu
)
Public Shared Function ExplodeRtuCommandToCore (
modbusRtu As Byte()
) As Byte()
public:
static array<unsigned char>^ ExplodeRtuCommandToCore(
array<unsigned char>^ modbusRtu
)
static member ExplodeRtuCommandToCore :
modbusRtu : byte[] -> byte[]
参数
- modbusRtu
- 类型:SystemByte
modbus-rtu的报文
返回值
类型:
Bytemodbus数据报文
参见