| YokogawaLinkTcpWriteRandomAsync 方法 (String, Int16) | 
 [商业授权] 随机写入Int16数组信息,主需要出传入String数组地址信息,以及对应的Int16数组值
[Authorization] Randomly write the Int16 array information, the main need to pass in the Int16 array address information, 
            and the corresponding Int16 array value
            
 
        命名空间: 
     HslCommunication.Profinet.Yokogawa
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public Task<OperateResult> WriteRandomAsync(
	string[] address,
	short[] value
)
Public Function WriteRandomAsync ( 
	address As String(),
	value As Short()
) As Task(Of OperateResult)
public:
Task<OperateResult^>^ WriteRandomAsync(
	array<String^>^ address, 
	array<short>^ value
)
member WriteRandomAsync : 
        address : string[] * 
        value : int16[] -> Task<OperateResult> 
参数
- address
- 类型:SystemString
 批量地址信息
- value
- 类型:SystemInt16
 批量的数据值信息
返回值
类型:
TaskOperateResult是否写入成功
 备注
备注
            Supports D, B, F, R, V, Z, W, TN, CN,example: D100
            
 参见
参见