点击或拖拽改变大小

DLTTransformTransStringsFromDLt 方法

从读取的原始字节里解析出实际的字符串数组

命名空间:  HslCommunication.Instrument.DLT
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static OperateResult<string[]> TransStringsFromDLt(
	DLT645Type type,
	byte[] content,
	byte[] dataID,
	bool reverse
)

参数

type
类型:HslCommunication.Instrument.DLT.HelperDLT645Type
类型信息
content
类型:SystemByte
原始字节内容
dataID
类型:SystemByte
地址信息
reverse
类型:SystemBoolean
指示当前的结果数据是否发生数据反转的操作

返回值

类型:OperateResultString
字符串的数组内容
参见