DLT645HelperCheckResponseCS 方法 |
检查设备返回的报文信息,是否校验码确认通过
命名空间:
HslCommunication.Instrument.DLT.Helper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult CheckResponseCS(
byte[] response,
int index
)
Public Shared Function CheckResponseCS (
response As Byte(),
index As Integer
) As OperateResult
public:
static OperateResult^ CheckResponseCS(
array<unsigned char>^ response,
int index
)
static member CheckResponseCS :
response : byte[] *
index : int -> OperateResult
参数
- response
- 类型:SystemByte
设备返回的报文 - index
- 类型:SystemInt32
起始校验的索引
返回值
类型:
OperateResult是否校验成功
参见