Click or drag to resize
FlightStatus Enumeration
An enumeration of the different values for FS fields in transponder replies.

Namespace: VirtualRadar.Interface.ModeS
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum FlightStatus
Members
  Member nameValueDescription
Airborne0 No alert, no SPI, aircraft is airborne.
OnGround1 No alert, no SPI, aircraft is on ground.
AirborneAlert2 Alert, aircraft is airborne.
OnGroundAlert3 Alert, aircraft is on ground.
SpiWithAlert4 SPI with alert.
SpiWithNoAlert5 SPI with no alert.
FS66 Reserved.
FS77 Unassigned.
See Also