点击或拖拽改变大小

ModbusInfoExtractActualData 方法

从返回的modbus的书内容中,提取出真实的数据,适用于写入和读取操作
Extract real data from the content of the returned modbus book, suitable for writing and reading operations

命名空间:  HslCommunication.ModBus
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static OperateResult<byte[]> ExtractActualData(
	byte[] response
)

参数

response
类型:SystemByte
返回的核心modbus报文信息

返回值

类型:OperateResultByte
结果数据内容
参见