Overload | Description |
---|---|
WriteItemValue<TValue>(IEasyDAClient,ServerDescriptor,DANodeDescriptor,TValue) | Writes a typed value into a (typed) named item in an OPC server. Only the item's typed value is written (quality and timestamp are not written). Writes a typed value into a named item using descriptor objects for the OPC server and OPC-DA item. |
WriteItemValue<TValue>(IEasyDAClient,String,String,String,TValue) | Writes a typed value into a (typed) named item in an OPC server. Only the item's typed value is written (quality and timestamp are not written). Writes a typed value into a named item using individual parameters specifying its location. |