TargetStateAndStatusType Enumeration |
An enumeration of the different types of target state and status messages.
Namespace: VirtualRadar.Interface.AdsbAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum TargetStateAndStatusType
Public Enumeration TargetStateAndStatusType
public enum class TargetStateAndStatusType
type TargetStateAndStatusType
Members
| Member name | Value | Description |
---|
| Version1 | 0 |
The message is an ADS-B version 1 message.
|
| Version2 | 1 |
The message is an ADS-B version 2 message.
|
| TargetStateAndStatusType2 | 2 |
Reserved.
|
| TargetStateAndStatusType3 | 3 |
Reserved.
|
See Also