IReceiverConfigurationWizardAnswers Interface |
Namespace: VirtualRadar.Interface.View
The IReceiverConfigurationWizardAnswers type exposes the following members.
Name | Description | |
---|---|---|
ConnectionType |
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.
| |
DedicatedReceiver |
Gets or sets the dedicated receiver in use. Ignore if receiver class is not Dedicated.
| |
IsLoopback |
Gets or sets a value indicating that the feed is coming from a program and that
program is on the same machine as VRS.
| |
IsUsingBaseStation |
Gets or sets a value indicating that the user is using BaseStation. Ignore if the
receiver is not Kinetics.
| |
NetworkAddress |
Gets or sets the address to use if the receiver is reached over the network and
it cannot be reached over the loopback interface.
| |
ReceiverClass |
Gets or sets the broad class of receiver - SDR vs. Dedicated.
| |
SdrDecoder |
Gets or sets the SDR decoder in use. Ignore if receiver class is not SDR.
|