点击或拖拽改变大小

DLTTransformTransDltFromStrings 方法 (DLT645Type, String, Byte, Boolean)

将字符串数据,转变为实际的等待写入的数据信息

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

参数

type
类型:HslCommunication.Instrument.DLT.HelperDLT645Type
DLT类型
content
类型:SystemString

[缺少 "M:HslCommunication.Instrument.DLT.DLTTransform.TransDltFromStrings(HslCommunication.Instrument.DLT.Helper.DLT645Type,System.String,System.Byte[],System.Boolean)" 的 <param name="content"/> 文档]

dataID
类型:SystemByte
数据ID信息
reverse
类型:SystemBoolean
数据是否反转

返回值

类型:OperateResultByte
原始数据信息
参见