| RebroadcastSettings Class |
Namespace: VirtualRadar.Interface.Settings
The RebroadcastSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| RebroadcastSettings |
Creates a new object.
|
| Name | Description | |
|---|---|---|
| Access |
Gets or sets the access settings for the rebroadcast server.
| |
| Enabled |
Gets or sets a value indicating whether the rebroadcast server is enabled.
| |
| Format |
Gets or sets the format in which to rebroadcast the receiver's messages.
| |
| IdleTimeoutMilliseconds |
Gets or sets the period of time that the receiving side has to accept a message within before
the connection is dropped.
| |
| IsTransmitter |
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).
| |
| Name |
Gets or sets the unique name for the server.
| |
| Passphrase |
Gets or sets the passphrase that the connecting side has to send before the connection is accepted.
| |
| Port |
Gets or sets the port number to rebroadcast the receiver's messages on or the
port to transmit the feed to.
| |
| ReceiverId |
Gets or sets the receiver that the rebroadcast server will rebroadcast.
| |
| SendIntervalMilliseconds |
Gets or sets the delay between sends for formats that lend themselves to message batching.
| |
| StaleSeconds |
Gets or sets the threshold for discarding buffered messages that are too old.
| |
| TransmitAddress |
Gets or sets the address of the machine to send the feed to in Transmitter mode.
| |
| UniqueId |
Gets or sets the unique identifier for the server. This 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 | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| PropertyChanged |
See interface docs.
|