General servo configuration flags. Used in conjunction with the CommandManager.ConfigureServo() method.

Namespace:  Bespoke.Robotics.BrainStem
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
[FlagsAttribute]
public enum ServoConfigurationFlags
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration ServoConfigurationFlags
Visual C++
[FlagsAttribute]
public enum class ServoConfigurationFlags

Members

Member nameDescription
Enabled
The enabled state of the servo.
Inverted
The inverted state of the servo.
DisabledState
The disabled state of the servo.

See Also