Enumeration of motor run states.
Namespace:
AForge.Robotics.LegoAssembly: AForge.Robotics.Lego (in AForge.Robotics.Lego.dll) Version: 2.2.3.0 (2.2.3.0)
Syntax
| C# |
|---|
public enum MotorRunState |
Members
| Member name | Description | |
|---|---|---|
| Idle |
Motor will be idle.
| |
| RampUp |
Motor will ramp-up.
| |
| Running |
Motor will be running.
| |
| RampDown |
Motor will ramp-down.
|