EOFPacket.this

Construct an EOFPacket struct from the raw data packet

struct EOFPacket
@safe
this
(
ubyte[] packet
)
out { assert (!packet.length); }

Parameters

packet ubyte[]

The packet contents excluding the 4 byte packet header

Meta