Module v5

Module v5 

Source

Modules§

mqttbytes

Structs§

AsyncClient
An asynchronous client, communicates with MQTT EventLoop.
Client
A synchronous client, communicates with MQTT EventLoop.
Connection
MQTT connection. Maintains all the necessary state
EventLoop
Eventloop with all the state of a connection
Iter
Iterator which polls the EventLoop for connection progress
MqttOptions
Options to configure the behaviour of MQTT connection
MqttState
State of the mqtt connection.

Enums§

ClientError
Client Error
ConnectionError
Critical errors during eventloop polling
Event
Events which can be yielded by the event loop
Request
Requests by the client to mqtt event loop. Request are handled one by one.
StateError
Errors during state handling
TlsError

Type Aliases§

Incoming