Contents

IOUserNetworkTxCompletionQueue

The queue you use to store packets that you successfully transferred to the device.

Declaration

class IOUserNetworkTxCompletionQueue;

Overview

Create an IOUserNetworkTxCompletionQueue object and use it to return packets back to the system after sending them to your hardware. The system recycles the packets you place on this queue, reusing them for new packets that it places in your IOUserNetworkTxSubmissionQueue.

Topics

Creating the Completion Queue

Instance Methods

Type Methods

See Also

Packet Queues