Method EnqueuePacket
EnqueuePacket(out PacketProcessor)
Acquires a new packet buffer from the packets pool if there are any available.
Declaration
public bool EnqueuePacket(out PacketProcessor packetProcessor)
Parameters
| Type | Name | Description |
|---|---|---|
| PacketProcessor | packetProcessor | Packet processor for the new packet. |
Returns
| Type | Description |
|---|---|
| bool | True if a new packet was enqueued, false otherwise. |