CJT188HelperCheckResponse 方法 |
检查当前的反馈数据信息是否正确
命名空间:
HslCommunication.Instrument.CJT.Helper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult CheckResponse(
ICjt188 cjt,
byte[] response
)
Public Shared Function CheckResponse (
cjt As ICjt188,
response As Byte()
) As OperateResult
public:
static OperateResult^ CheckResponse(
ICjt188^ cjt,
array<unsigned char>^ response
)
static member CheckResponse :
cjt : ICjt188 *
response : byte[] -> OperateResult
参数
- cjt
- 类型:HslCommunication.Instrument.CJT.HelperICjt188
CJT188的通信对象 - response
- 类型:SystemByte
从仪表反馈的数据信息
返回值
类型:
OperateResult是否校验成功
参见