Config.InterfaceSettings Class
This class encapsulates various Network Relay interface settings.
Namespace: IntervalZero.MaxRT.Rly.Config
Assembly:
IntervalZero.MaxRT.Rly.Config (in IntervalZero.MaxRT.Rly.Config.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public class InterfaceSettings : MaxRT.InterfaceSettings, INotifyPropertyChanged
The InterfaceSettings type exposes the following members:
Constructors
|
|
Name | Description |
|---|---|---|
|
|
This constructor initializes a new instance of the InterfaceSettings class to represent an existing Network Relay interface. |
Methods
| Name | Description | |
|---|---|---|
|
|
Returns a list of interfaces configured for the Network Relay component. |
|
|
|
Creates a new InterfaceSettings object for the specified interface name. |
Properties
| Name | Description | |
|---|---|---|
|
|
If the value is false, the protocol settings conflict with another protocol interface setting. If the value is true, the protocol settings are valid. This field is read only. |
|
|
|
ConfigIdealProcessor | Gets or sets the preferred processor for the configuration thread. |
|
|
ConfigPriority | Gets or sets the priority of the configuration thread. |
|
|
Enabled | Gets or sets whether the interface is enabled. |
|
|
Determines whether changes will be validated against higher-level network protocol settings on the interface. |
|
|
|
Name | Gets the name of the network interface. |
|
|
ReceiveIdealProcessor | Gets or sets the preferred processor for the receive thread. |
|
|
ReceivePriority | Gets or sets the priority of the receive thread. |
|
|
RxBufferCount | Gets or sets the number of receive buffers. |
|
|
RxQueueIndex | Gets or sets the receive queue index. |
|
|
TransmitIdealProcessor | Gets or sets the preferred processor for the transmit thread. |
|
|
TransmitPriority | Gets or sets the priority of the transmit thread. |
|
|
TxBufferCount | Gets or sets the number of transmit buffers. |
|
|
TxQueueIndex | Gets or sets the transmit queue index. |
See Also: