Overload | Description |
---|---|
WriteValue(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Object) | Writes value into a Value attribute of a node, using an endpoint descriptor and a node Id. |
WriteValue(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Object,Type) | 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 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 value into a Value attribute of a node, specifying an endpoint descriptor, node Id, and attribute Id. |
WriteValue(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,Object,UAIndexRangeList) | 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 a Value attribute of a node, using an endpoint descriptor and a node Id. |