class ServoingModeInformation

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescription
servoing_modeuint32Servoing mode

Member functions

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

Parent topic: Base (C++)