GeHelperExtraResponseContent 方法 |
从PLC返回的数据中,提取出实际的数据内容,最少6个字节的数据。超出实际的数据长度的部分没有任何意义。
From the data returned by the PLC, extract the actual data content, at least 6 bytes of data. The part beyond the actual data length has no meaning.
命名空间:
HslCommunication.Profinet.GE
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static OperateResult<byte[]> ExtraResponseContent(
byte[] content
)
Public Shared Function ExtraResponseContent (
content As Byte()
) As OperateResult(Of Byte())
public:
static OperateResult<array<unsigned char>^>^ ExtraResponseContent(
array<unsigned char>^ content
)
static member ExtraResponseContent :
content : byte[] -> OperateResult<byte[]>
参数
- content
- 类型:SystemByte
PLC返回的数据信息
返回值
类型:
OperateResultByte解析后的实际数据内容
参见