Re-exports§
pub use bbqueue;
Modules§
Structs§
- Client
- MQTT Client
- Event
Loop - Mqtt
Options - Options to configure the behaviour of mqtt connection
- Pid
- Packet Identifier.
- Publish
- Publish packet (MQTT 3.3).
- Publish
Notification - Suback
- Subsack packet (MQTT 3.9).
- Subscribe
- Subscribe packet (MQTT 3.8).
- Subscribe
Topic - Subscribe topic.
- Unsubscribe
- Unsubscribe packet (MQTT 3.10).
Enums§
- Broker
- Event
Error - Critical errors during eventloop polling
- Mqtt
Error - Network
Error - Notification
- Includes incoming packets from the network and other interesting events happening in the eventloop
- Packet
- Base enum for all MQTT packet types.
- QoS
- Packet delivery Quality of Service level.
- QosPid
- Combined
QoS
/Pid
.