Expand description
An MQTT client and supporting types.
Structs§
- Client
- An MQTT client.
- Client
Builder - A fluent builder interface to configure a Client.
- Publish
- Arguments for a publish operation.
- Read
Result - The result from a read subscriptions operation.
- Subscribe
- Arguments for a subscribe operation.
- Subscribe
Result - The return value from a subscribe operation.
- Subscribe
Topic - Subscribe topic.
- Unsubscribe
- Arguments for an unsubscribe operation.
- Unsubscribe
Topic - A topic for an unsubscribe operation.
Enums§
- Keep
Alive - Represents the keep alive setting for a client.
- QoS
- Packet delivery Quality of Service level.
- Subscribe
Return Codes - Subscribe return value.