Enumeration of supported motor modes.

Namespace:  AForge.Robotics.Lego
Assembly:  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 nameDescription
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.

See Also