class ControlModeInformation

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
modeuint32Control mode

Member functions

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

Parent topic: Base (C++)