An enumeration of the different communications capabilities of a transponder.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Public Enumeration Capability
public enum class Capability
Members
| Member name | Value | Description |
---|
| SurveillanceOnly | 0 |
No communications capability.
|
| CA1 | 1 |
Reserved.
|
| CA2 | 2 |
Reserved.
|
| CA3 | 3 |
Reserved.
|
| HasCommACommBAndOnGround | 4 |
Has at least Comm-A and Comm-B capability and ability to set CA 7 and is on the ground.
|
| HasCommACommBAndAirborne | 5 |
Has at least Comm-A and Comm-B capability and ability to set CA 7 and is airborne.
|
| HasCommACommB | 6 |
Has at least Comm-A and Comm-B capability and ability to set CA 7, cannot automatically determine whether airborne or on ground.
|
| DownlinkRequestOrAlertOrSpiInForce | 7 |
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