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

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

Generated using TypeDoc