DLTTransformGetDLT2007FormatWithDataArea 方法 |
根据不同的数据地址,返回实际的数据格式,然后解析出正确的数据
命名空间:
HslCommunication.Instrument.DLT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static int[] GetDLT2007FormatWithDataArea(
byte[] dataArea
)
Public Shared Function GetDLT2007FormatWithDataArea (
dataArea As Byte()
) As Integer()
public:
static array<int>^ GetDLT2007FormatWithDataArea(
array<unsigned char>^ dataArea
)
static member GetDLT2007FormatWithDataArea :
dataArea : byte[] -> int[]
参数
- dataArea
- 类型:SystemByte
数据标识地址,实际的byte数组,地位在前,高位在后
返回值
类型:
Int32实际的数据格式信息
参见