class PowerOnSelfTestResult
August 13, 2019 ยท View on GitHub
Member values
| Member name | Data type | Description |
|---|---|---|
| power_on_self_test_result | uint32 | Power on self test result |
Member functions
| Function name | Return type | Input type | Description |
|---|---|---|---|
| power_on_self_test_result() | uint32 | void | Returns the current value of power_on_self_test_result. If the power_on_self_test_result is not set, returns 0. |
| set_power_on_self_test_result() | void | uint32 | Sets the value of power_on_self_test_result. After calling this, power_on_self_test_result() will return value. |
| clear_power_on_self_test_result() | void | void | Clears the value of power_on_self_test_result. After calling this, power_on_self_test_result() will return 0. |
Parent topic: DeviceConfig (C++)