点击或拖拽改变大小

CJT188OverTcpReadStringArray 方法

读取指定地址的所有的字符串数据信息,一般来说,一个地址只有一个数据

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

参数

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

返回值

类型:OperateResultString
字符串数组信息

实现

ICjt188ReadStringArray(String)
备注
地址可以携带地址域信息,例如 "s=2;90-1F" 或是 "s=100000;90-1F"
参见