Enumeration PacketType

Packet type indicator that allows for basic polymorphism with user-received packets. Enum values match the mqtt spec's packet type encoding values.

Enumeration Members

Connect: 1
Connack: 2
Publish: 3
Puback: 4
Pubrec: 5
Pubrel: 6
Pubcomp: 7
Subscribe: 8
Suback: 9
Unsubscribe: 10
Unsuback: 11
Pingreq: 12
Pingresp: 13
Disconnect: 14
Auth: 15

Generated using TypeDoc