Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 775 Bytes

File metadata and controls

18 lines (12 loc) · 775 Bytes

class ControlModeInformation

Member values

Member name Data type Description
control_mode uint32 Control mode

Member functions

Function name Return type Input type Description
control_mode() const uint32 void Returns the current value of control_mode. If the control_mode is not set, returns 0.
set_control_mode() void uint32 Sets the value of control_mode. After calling this, control_mode() will return value.
clear_control_mode() void void Clears the value of control_mode. After calling this, control_mode() will return the empty string/empty bytes.

Parent topic: ControlConfig (C++)