Receiver Class |
Namespace: VirtualRadar.Interface.Settings
The Receiver type exposes the following members.
Name | Description | |
---|---|---|
Access |
Gets or sets the access settings to use when the receiver is in passive mode.
| |
Address |
Gets or sets the address of the source of data to listen to.
| |
AutoReconnectAtStartup |
Obsolete since version 2.0.3. Network connections now always reconnect until you disable them.
| |
BaudRate |
Gets or sets the baud rate to use.
| |
ComPort |
Gets or sets the COM port to listen to.
| |
ConnectionType |
Gets or sets the mechanism to use to connect to the data source.
| |
DataBits |
Gets or sets the data bits to use.
| |
DataSource |
Gets or sets the unique ID of the IReceiverFormatProvider that will handle
the feed from the receiever.
| |
Enabled |
Gets or sets a value indicating that the receiver is to be used.
| |
Handshake |
Gets or sets the handshake protocol to use.
| |
IdleTimeoutMilliseconds |
Gets or sets the period of time that must elapse with no received content before the network
connection is reset.
| |
IsPassive |
Gets or sets a value indicating that the receiver will not connect to the source but will instead
wait for the source to connect to it.
| |
IsSatcomFeed |
Gets or sets a value indicating that the feed is coming off a satellite.
| |
Name |
Gets or sets the unique name of the receiver.
| |
Parity |
Gets or sets the parity to use.
| |
Passphrase |
Gets or sets the passphrase that the other side is expecting us to send in order to authenticate.
| |
Port |
Gets or sets the port of the source of data to listen to.
| |
ReceiverLocationId |
Gets or sets the identifier of the receiever location record associated with the receiver.
| |
ReceiverUsage |
Gets or sets a value indicating how the receiver should be used by the system.
| |
ShutdownText |
Gets or sets the text to send across the COM port on shutdown - a null or empty string will disable the
feature. Can contain \r and \n.
| |
StartupText |
Gets or sets the text to send across the COM port on startup - a null or empty string will disable the
feature. Can contain \r and \n.
| |
StopBits |
Gets or sets the stop bits to use.
| |
UniqueId |
Gets or sets a unique identifier for the receiever. This is unique across receivers and merged feeds. It cannot be zero.
| |
UseKeepAlive |
Gets or sets a value indicating that the network connection should use KeepAlive packets.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnPropertyChanged |
Raises PropertyChanged.
| |
SetFieldT |
Sets the field's value and raises PropertyChanged.
| |
ToString |
See base class docs.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
PropertyChanged |
See interface docs.
|