Overload | Description |
---|---|
Write(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UAAttributeData) | Writes into an attribute in an OPC server. Value, status code and timestamps are written. Writes data into a Value attribute of a node, using an endpoint descriptor and a node Id. |
Write(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UAAttributeData,Type) | Writes into an attribute in an OPC server. Value, status code and timestamps are written. Writes data into a Value attribute of a node, using an endpoint descriptor, node Id, and an attribute type. |
Write(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UAAttributeData,TypeCode) | Writes into an attribute in an OPC server. Value, status code and timestamps are written. Writes data into a Value attribute of a node, using an endpoint descriptor, node Id, and a type code. |
Write(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UAAttributeData,UAAttributeId) | Writes into an attribute in an OPC server. Value, status code and timestamps are written. Writes data into a Value attribute of a node, specifying an endpoint descriptor, node Id, and attribute Id. |
Write(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UAAttributeData,UAIndexRangeList) | Writes into an attribute in an OPC server. Value, status code and timestamps are written. Writes data into a Value attribute of a node, specifying an endpoint descriptor, node Id, and index range list. |
Write(IEasyUAClient,UAWriteArguments) | Writes into an attribute in an OPC server. Value, status code and timestamps are written. Write data into a specified attribute, using an object that holds all necessary arguments. |