Reads attribute data from an OPC server. Value, status code, and timestamps are returned.
Overload List
Overload | Description |
Read(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor) | Reads attribute data from an OPC server. Value, status code, and timestamps are returned. Reads data of a node's Value attribute, using an endpoint descriptor and a node Id. |
Read(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UAAttributeId) | Reads attribute data from an OPC server. Value, status code, and timestamps are returned. Reads data of a node's Value attribute, using an endpoint descriptor, node Id and an attribute Id. |
Read(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UAIndexRangeList) | Reads attribute data from an OPC server. Value, status code, and timestamps are returned. Reads data of a node's Value attribute, using an endpoint descriptor, node Id and an index range list. |
Read(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UAReadParameters) | Reads attribute data from an OPC server. Value, status code, and timestamps are returned. Reads data of a node's Value attribute, using an endpoint descriptor, node Id and a read parameters object. |
Read(IEasyUAClient,UANodeArguments) | Reads attribute data from an OPC server. Value, status code, and timestamps are returned. Reads a Value attribute of a node, using an object that holds the node information. |
Read(IEasyUAClient,UANodeArguments,UAAttributeId) | Reads attribute data from an OPC server. Value, status code, and timestamps are returned. Reads a specified attribute of a node, using an object that holds the node information, and an attribute Id. |
Read(IEasyUAClient,UANodeArguments,UAIndexRangeList) | Reads attribute data from an OPC server. Value, status code, and timestamps are returned. Reads a specified attribute of a node, using an object that holds the node information, and an index range list. |
Read(IEasyUAClient,UANodeArguments,UAReadParameters) | Reads attribute data from an OPC server. Value, status code, and timestamps are returned. Reads a Value attribute of a node, using an object that holds the node information, and a read parameters object. |
Read(IEasyUAClient,UAReadArguments) | Reads attribute data from an OPC server. Value, status code, and timestamps are returned. Reads attribute data using an object that holds all necessary arguments. |
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also