AutopilotErrorState Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
State of autopilot. Not all errors are serious problems, some just mean it is inactive, because it has nothing to do.
public enum AutopilotErrorState
type AutopilotErrorState =
Public Enum AutopilotErrorState
- Inheritance
-
AutopilotErrorState
Name | Value | Description |
---|---|---|
Unknown | 0 | State is unknown |
NoRoute | 1 | The autopilot has no route to follow. |
WaypointsWithoutPosition | 2 | The current route has no or incomplete waypoints. Normally this resolves itself after a few seconds, when the nav software continues transmitting data. |
OperatingAsSlave | 3 | Operating as slave, RMB input sentence is present, route is known |
RouteWithDuplicateWaypoints | 4 | The input route contains duplicate waypoints. This causes confusion and is therefore considered an error. |
RoutePresent | 5 | A route is present |
DirectGoto | 6 | We're just having a target waypoint, but no route |
InvalidNextWaypoint | 7 | The next waypoint is invalid. |
OperatingAsMaster | 8 | Full self-controlled operation |
ผลิตภัณฑ์ | เวอร์ชัน |
---|---|
.NET IoT Libraries | 2.1.0, 2.2.0 |