A decoded MQTT control packet, as a tag-on-type discriminated union.
decodePacket returns one of these; branch on type (a PacketType) to read the
packet-specific fields. Packets with no body beyond the fixed header (PINGREQ, PINGRESP,
DISCONNECT) carry only their type.
A decoded MQTT control packet, as a tag-on-
typediscriminated union.decodePacket returns one of these; branch on
type(a PacketType) to read the packet-specific fields. Packets with no body beyond the fixed header (PINGREQ, PINGRESP, DISCONNECT) carry only theirtype.