Module client

Source
Expand description

An MQTT client and supporting types.

Structs§

Client
An MQTT client.
ClientBuilder
A fluent builder interface to configure a Client.
Publish
Arguments for a publish operation.
ReadResult
The result from a read subscriptions operation.
Subscribe
Arguments for a subscribe operation.
SubscribeResult
The return value from a subscribe operation.
SubscribeTopic
Subscribe topic.
Unsubscribe
Arguments for an unsubscribe operation.
UnsubscribeTopic
A topic for an unsubscribe operation.

Enums§

KeepAlive
Represents the keep alive setting for a client.
QoS
Packet delivery Quality of Service level.
SubscribeReturnCodes
Subscribe return value.