An enumeration of the different values contained within the CF field of DF18 replies.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Public Enumeration ControlField
public enum class ControlField
Members
| Member name | Value | Description |
---|
| AdsbDeviceTransmittingIcao24 | 0 |
Non-transponder ADS-B device transmitting ICAO24 code in the AA field.
|
| AdsbDeviceNotTransmittingIcao24 | 1 |
Non-transponder ADS-B device transmitting a non-ICAO24 address in the AA field.
|
| FineFormatTisb | 2 |
Fine-format TIS-B message.
|
| CoarseFormatTisb | 3 |
Coarse-format TIS-B message.
|
| TisbManagement | 4 |
Reserved for TIS-B management messages.
|
| TisbRelayNotTransmittingIcao24 | 5 |
TIS-B relay of ADS-B messages that have a non-ICAO24 address in the AA field.
|
| AdsbRebroadcastOfExtendedSquitter | 6 |
ADS-B rebroadcast using same type codes and message formats as defined for Extended Squitter (DF17) messages.
|
| CF7 | 7 |
Reserved.
|
See Also