| Overload | Description |
|---|---|
| ReadOneValue<TValue>(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor) | Reads a value of an attribute (default is Value attribute) and converts it to the specified type, returning value result. |
| ReadOneValue<TValue>(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UAAttributeId) | Reads a value of a specified attribute and converts it to the specified type, returning value result. |
| ReadOneValue(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor) | Reads the value attribute of a single OPC-UA node, returning value result. |
| ReadOneValue(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UAAttributeId) | Reads the value of a specified attribute from a single OPC-UA node, returning value result. |
| ReadOneValue(IEasyUAClient,UAReadArguments) | Reads the value of an attribute from a single OPC-UA node, using read arguments, returning value result. |