AllenBradleyHelperCheckResponse 方法 |
初步检查返回的CIP协议的报文是否正确
Initially check whether the returned CIP protocol message is correct
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult CheckResponse(
byte[] response
)
Public Shared Function CheckResponse (
response As Byte()
) As OperateResult
public:
static OperateResult^ CheckResponse(
array<unsigned char>^ response
)
static member CheckResponse :
response : byte[] -> OperateResult
参数
- response
- 类型:SystemByte
CIP的报文信息
返回值
类型:
OperateResult是否正确的结果信息
参见