Method EnqueuePackets
EnqueuePackets(ref PacketsQueue)
Copies all the packets from the given queue into this one. Note that no error is raised if not all packets could be copied. It is the responsibility of the caller to ensure that the queue can fit all the packets from the given queue.
Declaration
public void EnqueuePackets(ref PacketsQueue originQueue)
Parameters
Type | Name | Description |
---|---|---|
PacketsQueue | originQueue | Queue that contains the packets to enqueue. |