Writes values to one or more items in a group. The function runs to completion.
The values are written to the DEVICE. That is, the function should not return
until it verifies that the device has actually accepted (or rejected) the data.
( IOPCSyncIO::Write )
Overload List
Overload | Description |
Write(Int32[],Object[],Int32[]) |
Writes values to one or more items in a group. The function runs to completion.
The values are written to the DEVICE. That is, the function should not return
until it verifies that the device has actually accepted (or rejected) the data.
( IOPCSyncIO::Write )
|
Write(Int32[],Object[],Int32,Int32,Int32[]) |
Write one or more items in a group. The results are returned via the client's
IOPCDataCallback connection established through the server's
IConnectionPointContainer. ( IOPCAsyncIO2::Write )
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x
See Also