Contents

prepend(IOPacketQueue *)

Removes all packets from the specified queue, and adds them to the head of this queue.

Declaration

virtual void prepend(
 IOPacketQueue *queue);

Parameters

  • queue:

    The source IOPacketQueue object containing the packets to be transferred.

See Also

Miscellaneous