Click or drag to resize
AirborneCapabilityVersion2 Enumeration
An enumeration of the aircraft capability flags transmitted in version 2 ADS-B aircraft operational status messages.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[FlagsAttribute]
public enum AirborneCapabilityVersion2
Members
  Member nameValueDescription
ReservedForAdsr16 Reserved for ADS-R.
HasUniversalAccessTransceiver32 The aircraft has UAT receive capability.
HasMultipleTargetChangeReport64 The aircraft can send messages for multiple TC reports.
HasSingleTargetChangeReport128 The aircraft can send messages for the TC+0 report only.
HasTargetStateReport256 The aircraft can send messages for TS reports.
HasAirReferencedVelocityReport512 The aircraft can send messages for ARV reports.
HasCockpitDisplayTrafficInformation4096 The aircraft has CDTI.
TcasIsOperational8192 TCAS / ACAS is operational (note this is the reverse of the meaning for the same bit in version 0 and 1 messages).
See Also