InterfaceSettings.RxQueues Property

Gets or sets the RxQueues list populated by the NL2 InterfaceSettings object.

To add or remove an RxQueue to/from the list, you must use the AddRxQueue or RemoveRxQueue methods. Using the standard List.Add or List.Remove function within the list will not update the NL2 InterfaceSettings object.

Namespace:  IntervalZero.MaxRT.NL2.Config
Assembly:  IntervalZero.MaxRT.NL2.Config (in IntervalZero.MaxRT.NL2.Config.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public ReadOnlyCollection<RxQueue> RxQueues { get; set; }

Property Value

Type: ReadOnlyCollection<RxQueue>

See Also: