点击或拖拽改变大小

DLT698OverTcpReadStringArray 方法

读取指定地址的所有的字符串数据信息,一般来说,一个地址只有一个数据,当属性为数组或是结构体的时候,存在多个数据,具体几个数据,需要根据

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

参数

address
类型:SystemString
数据标识,具体需要查找手册来对应

返回值

类型:OperateResultString
字符串数组信息

实现

IDlt698ReadStringArray(String)
备注
地址可以携带地址域信息,例如 "s=2;20-00-02-00" 或是 "s=100000;20-00-02-00",
参见