An enumeration of the different values for FS fields in transponder replies.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Public Enumeration FlightStatus
public enum class FlightStatus
Members
| Member name | Value | Description |
---|
| Airborne | 0 |
No alert, no SPI, aircraft is airborne.
|
| OnGround | 1 |
No alert, no SPI, aircraft is on ground.
|
| AirborneAlert | 2 |
Alert, aircraft is airborne.
|
| OnGroundAlert | 3 |
Alert, aircraft is on ground.
|
| SpiWithAlert | 4 |
SPI with alert.
|
| SpiWithNoAlert | 5 |
SPI with no alert.
|
| FS6 | 6 |
Reserved.
|
| FS7 | 7 |
Unassigned.
|
See Also