DriveRequestOperation Enumeration
Microsoft Robotics Class Reference
The request operation
Namespace: Microsoft.Robotics.Services.Drive
Assembly: RoboticsCommon (in RoboticsCommon.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
[DataContractAttribute]
public enum DriveRequestOperation
Members
Member name | Value | Description | |
---|---|---|---|
NotSpecified | 0 | Not Specified | |
AllStop | 1 | All Stop | |
DriveDistance | 2 | Drive Distance | |
SetDrivePower | 3 | Drive Power | |
RotateDegrees | 4 | Rotate Degrees | |
DriveSpeed | 5 | Drive Speed | |
EnableDrive | 6 | Enable Drive |