Overload | Description |
---|---|
WriteItemValue(IEasyDAClient,DAItemValueArguments) | Writes a value into a named item in an OPC server. Only the item value is written (quality and timestamp are not written). Writes a value into a named item using an object that holds all necessary arguments. |
WriteItemValue(IEasyDAClient,ServerDescriptor,DAItemDescriptor,Object) | Writes a value into a named item in an OPC server. Only the item value is written (quality and timestamp are not written). Writes a value into a named item using descriptor objects for the OPC server and OPC-DA item. |
WriteItemValue(IEasyDAClient,String,String,String,Object,VarType) | Writes a value into a named item in an OPC server. Only the item value is written (quality and timestamp are not written). Writes a value into a named item using individual parameters specifying its location, and a specific data type. |
WriteItemValue(IEasyDAClient,String,String,String,Object) | Writes a value into a named item in an OPC server. Only the item value is written (quality and timestamp are not written). Writes a value into a named item using individual parameters specifying its location, and using server's canonical data type. |