点击或拖拽改变大小

DLT645Server.ReadStringArray 方法

根据指定的地址,读取DLT设备的字符串格式的数据信息
Read the DLT device data in string format based on the specified address

命名空间:  HslCommunication.Instrument.DLT
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.0)
语法
public virtual OperateResult<string[]> ReadStringArray(
	string address
)

参数

address
类型:System.String
地址信息

返回值

类型:OperateResult<String[]>
包含字符串结果数组的对象
参见