class ServoingModeInformation
August 13, 2019 ยท View on GitHub
Member values
| Member name | Data type | Description |
|---|---|---|
| servoing_mode | uint32 | Servoing mode |
Member functions
| Function name | Return type | Input type | Description |
|---|---|---|---|
| servoing_mode() const | uint32 | void | Returns the current value of servoing_mode. If the servoing_mode is not set, returns 0. |
| set_servoing_mode() | void | uint32 | Sets the value of servoing_mode. After calling this, servoing_mode() will return value. |
| clear_servoing_mode() | void | void | Clears the value of servoing_mode. After calling this, servoing_mode() will return the empty string/empty bytes. |
Parent topic: Base (C++)