class RunMode

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
run_modeuint32Run mode

Member functions

Function nameReturn typeInput typeDescription
run_mode() constuint32voidReturns the current value of run_mode. If the run_mode is not set, returns 0.
set_run_mode()voiduint32Sets the value of run_mode. After calling this, run_mode() will return value.
clear_run_mode()voidvoidClears the value of run_mode. After calling this, run_mode() will return the empty string/empty bytes.

Parent topic: DeviceConfig (C++)