点击或拖拽改变大小

ModbusInfoExplodeTcpCommandToCore 方法

将modbus-tcp的报文数据重新还原成modbus指令,移除6个字节的报文头数据
Re-modify the message data of modbus-tcp into the modbus command, remove the 6-byte message header data

命名空间:  HslCommunication.ModBus
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static byte[] ExplodeTcpCommandToCore(
	byte[] modbusTcp
)

参数

modbusTcp
类型:SystemByte
modbus-tcp的报文

返回值

类型:Byte
modbus数据报文
参见