Click or drag to resize
ExtractedBytesFormat Enumeration
An enumeration of the different formats that the payload of ExtractedBytes can be in.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum ExtractedBytesFormat
Members
  Member nameValueDescription
None0 The format of the payload is unknown.
Port300031 The format of the payload corresponds with Kinetic's de-facto standard port 30003 text.
ModeS2 The format of the payload corresponds with ICAO's specification for Mode-S messages.
Compressed3 The format of the payload is a compressed Port30003 object.
AircraftListJson4 The format of the payload is an aircraft list formatted in UTF-8 JSON.
See Also