点击或拖拽改变大小

FujiCommandSettingTypeUnpackResponseContentHelper 方法

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

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

参数

send
类型:SystemByte
发送给PLC的数据
response
类型:SystemByte
PLC返回的数据

返回值

类型:OperateResultByte
结果数据信息
参见