UnsubAck

The UNSUBACK Packet is sent by the Server to the Client to confirm receipt of an UNSUBSCRIBE Packet.

@safe
struct UnsubAck {}

Members

Variables

header
FixedHeader header;
Undocumented in source.
packetId
ushort packetId;

This contains the same Packet Identifier as the UNSUBSCRIBE Packet that is being acknowledged.

Meta