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
)
Public Shared Function UnpackResponseContentHelper (
send As Byte(),
response As Byte()
) As OperateResult(Of Byte())
public:
static OperateResult<array<unsigned char>^>^ UnpackResponseContentHelper(
array<unsigned char>^ send,
array<unsigned char>^ response
)
static member UnpackResponseContentHelper :
send : byte[] *
response : byte[] -> OperateResult<byte[]>
参数
- send
- 类型:SystemByte
发送给PLC的数据 - response
- 类型:SystemByte
PLC返回的数据
返回值
类型:
OperateResultByte结果数据信息
参见