Click or drag to resize
RebroadcastSettings Class
The settings for the rebroadcast server.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.SettingsRebroadcastSettings

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class RebroadcastSettings : INotifyPropertyChanged

The RebroadcastSettings type exposes the following members.

Constructors
  NameDescription
Public methodRebroadcastSettings
Creates a new object.
Top
Properties
  NameDescription
Public propertyAccess
Gets or sets the access settings for the rebroadcast server.
Public propertyEnabled
Gets or sets a value indicating whether the rebroadcast server is enabled.
Public propertyFormat
Gets or sets the format in which to rebroadcast the receiver's messages.
Public propertyIdleTimeoutMilliseconds
Gets or sets the period of time that the receiving side has to accept a message within before the connection is dropped.
Public propertyIsTransmitter
Gets or sets a value that indicates whether the rebroadcast server is active (it transmits the feed to another machine) or passive (it accepts multiple connections from other machines).
Public propertyName
Gets or sets the unique name for the server.
Public propertyPassphrase
Gets or sets the passphrase that the connecting side has to send before the connection is accepted.
Public propertyPort
Gets or sets the port number to rebroadcast the receiver's messages on or the port to transmit the feed to.
Public propertyReceiverId
Gets or sets the receiver that the rebroadcast server will rebroadcast.
Public propertySendIntervalMilliseconds
Gets or sets the delay between sends for formats that lend themselves to message batching.
Public propertyStaleSeconds
Gets or sets the threshold for discarding buffered messages that are too old.
Public propertyTransmitAddress
Gets or sets the address of the machine to send the feed to in Transmitter mode.
Public propertyUniqueId
Gets or sets the unique identifier for the server. This 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
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
See interface docs.
Top
See Also