Member values
Member name | Data type | Description |
---|---|---|
run_mode | uint32 | Run mode |
Member functions
Function name | Return type | Input type | Description |
---|---|---|---|
run_mode() const | uint32 | void | Returns the current value of run_mode. If the run_mode is not set, returns 0. |
set_run_mode() | void | uint32 | Sets the value of run_mode. After calling this, run_mode() will return value. |
clear_run_mode() | void | void | Clears the value of run_mode. After calling this, run_mode() will return the empty string/empty bytes. |
Parent topic: DeviceConfig (C++)