点击或拖拽改变大小

FujiCommandSettingType.UnpackResponseContentHelper 方法

根据PLC返回的数据,解析出实际的数据内容

命名空间:  HslCommunication.Profinet.Fuji
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.1.0 (12.3.1.0)
语法
public static OperateResult<byte[]> UnpackResponseContentHelper(
	byte[] send,
	byte[] response
)

参数

send
类型:System.Byte[]
发送给PLC的数据
response
类型:System.Byte[]
PLC返回的数据

返回值

类型:OperateResult<Byte[]>
结果数据信息
参见