InterfaceSettings.RemoveRxQueue Method

Users must use this method to remove an RxQueue object from the NL2 InterfaceSettings object. Using the standard List.Remove function 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 void RemoveRxQueue(
    RxQueue rxQueue
)

Parameters

rxQueue

Type: RxQueue
The RxQueue object to remove from the NL2 InterfaceSettings object.

Return Value

Type: void

See Also: