OperationalMode Enumeration |
An enumeration of the operational modes transmitted in version 1 and version 2 ADS-B aircraft
operational status messages.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum OperationalMode
Public Enumeration OperationalMode
public enum class OperationalMode
Members
| Member name | Value | Description |
---|
| HasSingleAntenna | 1024 |
The system is operating via a single functioning antenna (version 2 only).
|
| ReceivingAtcServices | 2048 |
The aircraft is receiving air traffic control services.
|
| IdentSwitchActive | 4096 |
The IDENT switch is active.
|
| TcasResolutionAdvisoryActive | 8192 |
A TCAS RA is active.
|
See Also