Click or drag to resize
Receiver Class
A settings object that carries information about a receiever.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.SettingsReceiver

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Receiver : INotifyPropertyChanged

The Receiver type exposes the following members.

Constructors
  NameDescription
Public methodReceiver
Creates a new object.
Top
Properties
  NameDescription
Public propertyAccess
Gets or sets the access settings to use when the receiver is in passive mode.
Public propertyAddress
Gets or sets the address of the source of data to listen to.
Public propertyAutoReconnectAtStartup
Obsolete since version 2.0.3. Network connections now always reconnect until you disable them.
Public propertyBaudRate
Gets or sets the baud rate to use.
Public propertyComPort
Gets or sets the COM port to listen to.
Public propertyConnectionType
Gets or sets the mechanism to use to connect to the data source.
Public propertyDataBits
Gets or sets the data bits to use.
Public propertyDataSource
Gets or sets the unique ID of the IReceiverFormatProvider that will handle the feed from the receiever.
Public propertyEnabled
Gets or sets a value indicating that the receiver is to be used.
Public propertyHandshake
Gets or sets the handshake protocol to use.
Public propertyIdleTimeoutMilliseconds
Gets or sets the period of time that must elapse with no received content before the network connection is reset.
Public propertyIsPassive
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.
Public propertyIsSatcomFeed
Gets or sets a value indicating that the feed is coming off a satellite.
Public propertyName
Gets or sets the unique name of the receiver.
Public propertyParity
Gets or sets the parity to use.
Public propertyPassphrase
Gets or sets the passphrase that the other side is expecting us to send in order to authenticate.
Public propertyPort
Gets or sets the port of the source of data to listen to.
Public propertyReceiverLocationId
Gets or sets the identifier of the receiever location record associated with the receiver.
Public propertyReceiverUsage
Gets or sets a value indicating how the receiver should be used by the system.
Public propertyShutdownText
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.
Public propertyStartupText
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.
Public propertyStopBits
Gets or sets the stop bits to use.
Public propertyUniqueId
Gets or sets a unique identifier for the receiever. This is unique across receivers and merged feeds. It cannot be zero.
Public propertyUseKeepAlive
Gets or sets a value indicating that the network connection should use KeepAlive packets.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnPropertyChanged
Raises PropertyChanged.
Protected methodSetFieldT
Sets the field's value and raises PropertyChanged.
Public methodToString
See base class docs.
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventPropertyChanged
See interface docs.
Top
See Also