InterfaceSettings.AddTxQueue Method

Users must use this method to add a TxQueue object to the NL2 InterfaceSettings object. This method returns the object added to the list. Using the standard List.Add 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 TxQueue AddTxQueue(
    uint index
)

Parameters

index

Type: UInt32.
The TxQueue object to add to the NL2 InterfaceSettings object.

Return Value

Type: TxQueue
Returns the object added to the list.

See Also: