|
ReduxLib C++ 2026.1.2
|
#include <CanandSettingsManager.h>
Public Member Functions | |
| constexpr | SettingResult (uint64_t value, int16_t result) |
| constexpr bool | IsValid () |
Public Attributes | |
| uint64_t | value {0xffffffff'ffffffff} |
| int16_t | result {SettingResultCode::kInvalid} |
Result type of an individual settings operation outcome.
|
inlineconstexpr |
Constructor.
| value | the value (only lower 48 bits matter) |
| result | the result code |
|
inlineconstexpr |
Returns true if the setting result is valid.
| int16_t redux::canand::SettingResult::result {SettingResultCode::kInvalid} |
The result code.
| uint64_t redux::canand::SettingResult::value {0xffffffff'ffffffff} |
The setting value.