Click or drag to resize
ReceiverUsage Enumeration
An enumeration of the different ways that a receiver can be used by the system.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum ReceiverUsage
Members
  Member nameValueDescription
Normal0 Show the receiver on the web site, maintain an aircraft list for it, use it for merging etc.
HideFromWebSite1 Maintain an aircraft list for the receiver, allow the receiver to be used in merges etc. but do not show it on the web site.
MergeOnly2 Do not maintain an aircraft list for the receiver, can only be rebroadcast using formats that do not require an aircraft list and do not show it on the web site. It can only be merged with other feeds. Illegal on merged feeds.
See Also