| RebroadcastFormat Class | 
Namespace: VirtualRadar.Interface.Settings
The RebroadcastFormat type exposes the following members.
| Name | Description | |
|---|---|---|
| AllInternalFormats | 
            A collection of all rebroadcast server formats that ship with VRS. The server doesn't use this,
            it's to help make life easier with unit testing.
              | 
| Name | Description | |
|---|---|---|
| AircraftListJson | 
            Changes to the aircraft list are periodically sent as JSON. On the receiving side the
            JSON is translated into a set of BaseStation messages, one per aircraft.
              | |
| Avr | 
            The Mode-S messages are rebroadcast in either * or : AVR format, depending on
            whether the original Mode-S message source had parity stripped or not.
              | |
| CompressedVRS | 
            The Port30003 messages are compressed before broadcast.
              | |
| ExtendedBaseStation | 
            Same as BaseStation except if the message is an MLAT generated message then MLAT is sent
            instead of MSG.
              | |
| Passthrough | 
            The original messages from the receiver are rebroadcast without change.
              | |
| Port30003 | 
            The Port30003 messages derived from the receiver's transmissions are rebroadcast.
              |