class ControlModeInformation

February 26, 2020 ยท View on GitHub

Member values

Member nameData typeDescription
control_modeuint32Control mode

Member functions

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

Parent topic: ControlConfig (C++)