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