Click or drag to resize
IReceiverConfigurationWizardAnswers Interface
The interface that IReceiverConfigurationWizard views expose to carry the answers supplied by the user.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IReceiverConfigurationWizardAnswers

The IReceiverConfigurationWizardAnswers type exposes the following members.

Properties
  NameDescription
Public propertyConnectionType
Gets or sets the connection type used by the receiver. Ignore if the receiver class is SDR, or if the dedicated receiver is anything except Beast.
Public propertyDedicatedReceiver
Gets or sets the dedicated receiver in use. Ignore if receiver class is not Dedicated.
Public propertyIsLoopback
Gets or sets a value indicating that the feed is coming from a program and that program is on the same machine as VRS.
Public propertyIsUsingBaseStation
Gets or sets a value indicating that the user is using BaseStation. Ignore if the receiver is not Kinetics.
Public propertyNetworkAddress
Gets or sets the address to use if the receiver is reached over the network and it cannot be reached over the loopback interface.
Public propertyReceiverClass
Gets or sets the broad class of receiver - SDR vs. Dedicated.
Public propertySdrDecoder
Gets or sets the SDR decoder in use. Ignore if receiver class is not SDR.
Top
See Also