点击或拖拽改变大小

DLT645HelperCheckResponseCS 方法

检查设备返回的报文信息,是否校验码确认通过

命名空间:  HslCommunication.Instrument.DLT.Helper
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static OperateResult CheckResponseCS(
	byte[] response,
	int index
)

参数

response
类型:SystemByte
设备返回的报文
index
类型:SystemInt32
起始校验的索引

返回值

类型:OperateResult
是否校验成功
参见