InterfaceSettings.AddRxQueue Method
Users must use this method to add an RxQueue 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.1.0)
Syntax
public RxQueue AddRxQueue(
uint index
)
Parameters
index
Type: UInt32.
The RxQueue object to add to the NL2 InterfaceSettings object.
Return Value
Type: RxQueue
Returns the object added to the list.
See Also: