Click or drag to resize
EmergencyState Enumeration
An enumeration of the different emergency states transmitted in aircraft status and ADS-B version 1 target state and status messages.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum EmergencyState
Members
  Member nameValueDescription
None0 No emergency state is being transmitted.
GeneralEmergency1 General emergency (corresponds with squawk 7700).
Lifeguard2 Lifeguard duty or medical emergency.
MinimumFuel3 Minimum fuel emergency.
NoCommunications4 No radio communications (corresponds with squawk 7600).
UnlawfulInterference5 Unlawful interference (corresponds with squawk 7500).
DownedAircraft6 Downed aircraft (transmitted only in ADS-B messages compliant with version 1 and above).
EmergencyState77 Reserved.
See Also