Click or drag to resize
AircraftOperationalStatusMessageAirborneCapability Property
Gets or sets the airborne capability flags. The meaning of the flags depends upon the AdsbVersion.

Namespace: VirtualRadar.Interface.Adsb
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<ushort> AirborneCapability { get; set; }

Property Value

Type: NullableUInt16
Remarks
If AdsbVersion is 0 then the flags are as per the AirborneCapabilityVersion0 flags enumeration. If AdsbVersion is 1 then the flags are as per the AirborneCapabilityVersion1 flags enumeration. If AdsbVersion is 2 then the flags are as per the AirborneCapabilityVersion2 flags enumeration. Otherwise the property will be set to null.
See Also