HorizontalModeIndicator Enumeration |
An enumeration of the different values of HMI 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 HorizontalModeIndicator
Public Enumeration HorizontalModeIndicator
public enum class HorizontalModeIndicator
type HorizontalModeIndicator
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The information is not available.
|
| Acquiring | 1 |
The aircraft is turning towards the target heading or track.
|
| Maintaining | 2 |
The aircraft is maintaining the target heading or track.
|
| Reserved | 3 |
Reserved.
|
See Also