VerticalModeIndicator Enumeration |
An enumeration of the different values of VMI that can be transmitted in ADS-B version 1 target state and status messages.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum VerticalModeIndicator
Public Enumeration VerticalModeIndicator
public enum class VerticalModeIndicator
type VerticalModeIndicator
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The information is not available.
|
| Acquiring | 1 |
The aircraft is climbing or descending towards the target altitude.
|
| Maintaining | 2 |
The aircraft is maintaining the target altitude.
|
| Reserved | 3 |
Reserved.
|
See Also