RxQueue Class

This class allows users to configure and manage a receive (Rx) queue in an NL2 interface.

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

Copy
public class RxQueue : MaxRT.RxQueue

 

The RxQueue type exposes the following members:

Properties

  Name Description

BufferCount Gets or sets the number of buffers in the receive queue.

Enabled Gets or sets whether this receive queue is enabled.
FilterDriver Gets or sets an absolute pathname to a wRTOS filter driver RTDLL. This property is ignored when FilterEnabled is false.
FilterEnabled Gets or sets the receive queue's filter enabled status.

Index Gets or sets the receive queue index. This number is unique to the receive queue and must be unique for each receive queue within a particular NL2.InterfaceSettings object.

ManagementThreadIdealProcessor Gets or sets the ideal processor for the receive queue's management thread.

ManagementThreadPriority Gets or sets the priority of the receive queue's management thread.

MSIXQueueMessageId Gets or sets the MSI-X message ID associated with the receive queue.

TimestampingEnabled Gets or sets whether timestamping is enabled for the receive queue.

See Also: