点击或拖拽改变大小

YokogawaLinkTcpReadRandomInt16 方法

[商业授权] 随机读取Int16数组信息,主需要出传入String数组地址信息,就可以返回批量Int16
[Authorization] Random read Int16 array information, the master needs to pass in the Int16 array address information, and then the batch can be returned to Int16 value

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

参数

address
类型:SystemString
批量地址信息

返回值

类型:OperateResultInt16
带有成功标志的Bool数组信息
参见