Expand description
§The Asynchronous MQTT Client
This module contains the primary MqttClient
struct, which manages the state,
connection, and communication with an MQTT broker.
Structs§
- Mqtt
Client - The asynchronous MQTT client.
- Mqtt
Options - Configuration options for the
MqttClient
.
Enums§
- Mqtt
Event - Represents an event received from the MQTT broker.
The lifetime
'p
indicates that the event borrows data from the client’s buffer and is only valid for the duration of thepoll
call. - Mqtt
Version - Represents the MQTT protocol version used by the client.