Crate azure_iot_operations_mqtt

Crate azure_iot_operations_mqtt 

Source
Expand description

MQTT version 5.0 client library providing flexibility for decoupled asynchronous applications

Use the components of the session module to communicate over MQTT with an automatically managed connection across a single MQTT session.

Modulesยง

aio
Types related to Azure IoT Operations concepts and specifications, which can be used with the MQTT client in this crate.
control_packet
Structures representing MQTT control packets and the values contained within them.
error
Common error types
session
MQTT client providing a managed connection with automatic reconnection across a single MQTT session.
token
Structures representing the various tokens used in MQTT client operations