Click or drag to resize
Capability Enumeration
An enumeration of the different communications capabilities of a transponder.

Namespace: VirtualRadar.Interface.ModeS
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum Capability
Members
  Member nameValueDescription
SurveillanceOnly0 No communications capability.
CA11 Reserved.
CA22 Reserved.
CA33 Reserved.
HasCommACommBAndOnGround4 Has at least Comm-A and Comm-B capability and ability to set CA 7 and is on the ground.
HasCommACommBAndAirborne5 Has at least Comm-A and Comm-B capability and ability to set CA 7 and is airborne.
HasCommACommB6 Has at least Comm-A and Comm-B capability and ability to set CA 7, cannot automatically determine whether airborne or on ground.
DownlinkRequestOrAlertOrSpiInForce7 DR is not 0 or FS is 2, 3, 4 or 5, and either airborne or on the ground :)
Remarks
The CA field of a DF11 reply.
See Also