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.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum EmergencyState
Public Enumeration EmergencyState
public enum class EmergencyState
Members
| Member name | Value | Description |
---|
| None | 0 |
No emergency state is being transmitted.
|
| GeneralEmergency | 1 |
General emergency (corresponds with squawk 7700).
|
| Lifeguard | 2 |
Lifeguard duty or medical emergency.
|
| MinimumFuel | 3 |
Minimum fuel emergency.
|
| NoCommunications | 4 |
No radio communications (corresponds with squawk 7600).
|
| UnlawfulInterference | 5 |
Unlawful interference (corresponds with squawk 7500).
|
| DownedAircraft | 6 |
Downed aircraft (transmitted only in ADS-B messages compliant with version 1 and above).
|
| EmergencyState7 | 7 |
Reserved.
|
See Also