| Overload | Description |
|---|---|
| ReadValue<TValue>(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor) | Reads a value of an attribute (default is Value attribute), converts it to the specified type, and throws an exception if the operation fails. |
| ReadValue<TValue>(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UAAttributeId) | Reads a value of a specified attribute, converts it to the specified type, and throws an exception if the operation fails. |
| ReadValue<TValue>(IEasyUAClient,UANodeArguments) | Reads a value of an attribute (default is Value attribute), converts it to the specified type, and throws an exception if the operation fails. |
| ReadValue<TValue>(IEasyUAClient,UANodeArguments,UAAttributeId) | Reads a value of a specified attribute, converts it to the specified type, and throws an exception if the operation fails. |
| ReadValue<TValue>(IEasyUAClient,UAReadArguments) | Reads a value of an attribute, converts it to the specified type, and throws an exception if the operation fails. |