FatekProgramHelperExtraResponse 方法 |
提取当前的结果数据信息,针对的是字单位的方式
命名空间:
HslCommunication.Profinet.FATEK.Helper
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static byte[] ExtraResponse(
byte[] response,
ushort length
)
Public Shared Function ExtraResponse (
response As Byte(),
length As UShort
) As Byte()
public:
static array<unsigned char>^ ExtraResponse(
array<unsigned char>^ response,
unsigned short length
)
static member ExtraResponse :
response : byte[] *
length : uint16 -> byte[]
参数
- response
- 类型:SystemByte
PLC返回的数据信息 - length
- 类型:SystemUInt16
读取的长度内容
返回值
类型:
Byte结果数组
参见