Enumeration of supported motor modes.
Namespace:
AForge.Robotics.LegoAssembly: AForge.Robotics.Lego (in AForge.Robotics.Lego.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
[FlagsAttribute] public enum MotorMode |
Members
Member name | Description | |
---|---|---|
None |
Mode is not set.
| |
On |
Turn on the motor.
| |
Brake |
Brake.
| |
Regulated |
Turn on regulated mode.
|
Remarks
Motor mode is a bit field, so several modes can be combined.