点击或拖拽改变大小

YokogawaLinkTcpWriteRandom 方法 (String, Byte)

[商业授权] 随机写入Byte数组信息,主需要出传入String数组地址信息,以及对应的Byte数组值
[Authorization] Randomly write the Byte array information, the main need to pass in the String array address information, and the corresponding Byte array value

命名空间:  HslCommunication.Profinet.Yokogawa
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public OperateResult WriteRandom(
	string[] address,
	byte[] value
)

参数

address
类型:SystemString
批量地址信息
value
类型:SystemByte
批量的数据值信息

返回值

类型:OperateResult
是否写入成功
备注
Supports D, B, F, R, V, Z, W, TN, CN,example: D100
参见