ExtractedBytesFormat Enumeration |
An enumeration of the different formats that the payload of
ExtractedBytes can be in.
Namespace: VirtualRadar.Interface.ListenerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum ExtractedBytesFormat
Public Enumeration ExtractedBytesFormat
public enum class ExtractedBytesFormat
type ExtractedBytesFormat
Members
| Member name | Value | Description |
---|
| None | 0 |
The format of the payload is unknown.
|
| Port30003 | 1 |
The format of the payload corresponds with Kinetic's de-facto standard port 30003 text.
|
| ModeS | 2 |
The format of the payload corresponds with ICAO's specification for Mode-S messages.
|
| Compressed | 3 |
The format of the payload is a compressed Port30003 object.
|
| AircraftListJson | 4 |
The format of the payload is an aircraft list formatted in UTF-8 JSON.
|
See Also