FieldDescription.this

Construct a FieldDescription from the raw data packet

struct FieldDescription
this
(
ubyte[] packet
)
out { assert (!packet.length, "not all bytes read during FieldDescription construction"); }

Parameters

packet ubyte[]

The packet contents excluding the 4 byte packet header

Meta