enqueue(IOPacketQueue *)
Removes all packets from the specified queue, and adds them to the tail of this queue.
Declaration
virtual bool enqueue(
IOPacketQueue *queue);Parameters
- queue:
The source IOPacketQueue object containing the packets to be transferred.
Return Value
Always returns true.