| Overload | Description |
|---|---|
| ReadOneValueNonNull<TValue>(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor) | Reads a value of an attribute (default is Value attribute), converts it to the specified type, and ensures it is not null, returning value result. |
| ReadOneValueNonNull<TValue>(IEasyUAClient,UAEndpointDescriptor,UANodeDescriptor,UAAttributeId) | Reads a value of a specified attribute, converts it to the specified type, and ensures it is not null, returning value result. |