点击或拖拽改变大小

DLT645HelperAnalysisBytesAddress 方法

从用户输入的地址信息中解析出真实的地址及数据标识

命名空间:  HslCommunication.Instrument.DLT.Helper
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static OperateResult<string, byte[]> AnalysisBytesAddress(
	DLT645Type type,
	string address,
	string defaultStation,
	ushort length = 1
)

参数

type
类型:HslCommunication.Instrument.DLT.HelperDLT645Type
DLT的类型
address
类型:SystemString
用户输入的地址信息
defaultStation
类型:SystemString
默认的地址域
length (Optional)
类型:SystemUInt16
数据长度信息

返回值

类型:OperateResultString, Byte
解析结果信息
参见