A synchronous OPC server write call is executed.
Overload | Description |
---|---|
Write(String,Object) | Write a new value to the specifed item. A synchronous OPC server write call is executed. |
Write(ItemDef,Object) | Write a value value to the item specified with the ItemDef object. The ItemDef object was created in a previous Write, Read or Add call. This method overload is a bit more efficient because no ItemID search as to be done. Only in a SyncIOGroup with many items it could be a significant performance gain. A synchronous OpcGroup write call is executed. |