Overload | Description |
---|---|
WriteValue(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Object) | Writes a value into an attribute an OPC server. Only the item value is written (status code and timestamps are not written). Writes value into a Value attribute of a node, using an endpoint descriptor and a node Id. |
WriteValue(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Object,Type) | Writes a value into an attribute an OPC server. Only the item value is written (status code and timestamps are not written). Writes value into a Value attribute of a node, using an endpoint descriptor, node Id, and an attribute type. |
WriteValue(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Object,TypeCode) | Writes a value into an attribute an OPC server. Only the item value is written (status code and timestamps are not written). Writes value into a Value attribute of a node, using an endpoint descriptor, node Id, and a type code. |
WriteValue(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Object,UAAttributeId) | Writes a value into an attribute an OPC server. Only the item value is written (status code and timestamps are not written). Writes value into a Value attribute of a node, specifying an endpoint descriptor, node Id, and attribute Id. |
WriteValue(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Object,UAIndexRangeList) | Writes a value into an attribute an OPC server. Only the item value is written (status code and timestamps are not written). Writes value into a Value attribute of a node, specifying an endpoint descriptor, node Id, and index range list. |
WriteValue(IEasyUAClient,UAWriteValueArguments) | Writes a value into an attribute an OPC server. Only the item value is written (status code and timestamps are not written). Writes a value into a Value attribute of a node, using an endpoint descriptor and a node Id. |