Module v5_0

Source

Structs§

Auth
MQTT v5.0 AUTH packet representation
Connack
MQTT 5.0 CONNACK packet representation
Connect
MQTT 5.0 CONNECT packet representation
Disconnect
MQTT 5.0 DISCONNECT packet representation
GenericPuback
A PUBACK packet for MQTT v5.0 protocol.
GenericPubcomp
A PUBCOMP packet for MQTT v5.0 protocol.
GenericPublish
MQTT 5.0 PUBLISH packet representation
GenericPubrec
A PUBREC packet for MQTT v5.0 protocol.
GenericPubrel
A PUBREL packet for MQTT v5.0 protocol.
GenericSuback
MQTT 5.0 SUBACK packet representation with generic packet ID support
GenericSubscribe
MQTT 5.0 SUBSCRIBE packet representation
GenericUnsuback
MQTT 5.0 UNSUBACK packet representation with generic packet ID support
GenericUnsubscribe
MQTT 5.0 UNSUBSCRIBE packet representation
Pingreq
MQTT 5.0 PINGREQ packet representation
Pingresp
MQTT 5.0 PINGRESP packet representation

Type Aliases§

Puback
Type alias for PUBACK packet with standard u16 packet identifiers.
Pubcomp
Type alias for PUBCOMP packet with standard u16 packet identifiers.
Publish
Type alias for PUBLISH packet with standard u16 packet identifiers
Pubrec
Type alias for PUBREC packet with standard u16 packet identifiers.
Pubrel
Type alias for PUBREL packet with standard u16 packet identifiers.
Suback
Standard MQTT 5.0 SUBACK packet with 16-bit packet IDs
Subscribe
Type alias for SUBSCRIBE packet with standard u16 packet identifiers
Unsuback
Standard MQTT 5.0 UNSUBACK packet with 16-bit packet IDs
Unsubscribe
Type alias for UNSUBSCRIBE packet with standard u16 packet identifiers