TxQueue Class
This class allows users to configure and manage a transmit (Tx) 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.0.1)
Syntax
public class TxQueue : MaxRT.TxQueue
The TxQueue type exposes the following members:
Properties
| Name | Description | |
|---|---|---|
|
|
BufferCount | Gets or sets the number of buffers in the transmit queue. |
|
|
Enabled | Gets or sets whether the transmit queue is enabled. |
|
|
Index | Gets or sets the transmit queue index. This number is unique to the transmit queue and must be unique for each transmit queue within a particular NL2.InterfaceSettings object. |
|
|
ManagementThreadIdealProcessor | Gets or sets the ideal processor for the transmit queue's management thread. |
|
|
ManagementThreadPriority | Gets or sets the priority of the transmit queue's management thread. |
|
|
MSIXQueueMessageId | Gets or sets the MSI-X message ID associated with the transmit queue. |
|
|
TimestampingEnabled | Gets or sets whether timestamping is enabled for the transmit queue. |
See Also: