Overload | Description |
---|---|
Read(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor) | Reads data of a node's Value attribute, using an endpoint descriptor and a node Id. |
Read(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UAAttributeId) | Reads data of a node's Value attribute, using an endpoint descriptor, node Id and an attribute Id. |
Read(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UAIndexRangeList) | 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 data of a node's Value attribute, using an endpoint descriptor, node Id and a read parameters object. |
Read(IEasyUAClient,UANodeArguments) | Reads a Value attribute of a node, using an object that holds the node information. |
Read(IEasyUAClient,UANodeArguments,UAAttributeId) | Reads a specified attribute of a node, using an object that holds the node information, and an attribute Id. |
Read(IEasyUAClient,UANodeArguments,UAIndexRangeList) | 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 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 using an object that holds all necessary arguments. |