MessageFormat Enumeration |
An enumeration of the different ADS-B message formats.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum MessageFormat
Public Enumeration MessageFormat
public enum class MessageFormat
Members
| Member name | Value | Description |
---|
| None | 0 |
Unknown / unrecognised message format.
|
| NoPositionInformation | 1 |
Type 0 - airborne or surface vehicle with no position message.
|
| IdentificationAndCategory | 2 |
Types 1-4 - vehicle identification and category messages.
|
| SurfacePosition | 3 |
Types 5-8 - surface position message.
|
| AirbornePosition | 4 |
Types 9-18 and 20-22 - airborne position message.
|
| AirborneVelocity | 5 |
Type 19 - airborne velocity message, ground speed or airspeed.
|
| AircraftStatus | 6 |
Type 28 - aircraft status message.
|
| TargetStateAndStatus | 7 |
Type 29 - target state and status message (ADS-B versions 1 and 2).
|
| AircraftOperationalStatus | 8 |
Type 31 - aircraft operational status message.
|
| CoarseTisbAirbornePosition | 9 |
DF18 CA3 - coarse TIS-B airborne position message.
|
See Also