Crate embedded_mqttc

Crate embedded_mqttc 

Source

Modules§

client
io
network
queue_vec

Structs§

AutoSubscribe
An AutoSubscribe is sent to the broker after connected.
Buffer
ClientConfig
ClientCredentials
Credentials used to connecto to the broker
MqttPublish
Reader
UniqueID
Write

Enums§

BufferError
Error enum
MqttError
MqttEvent
QoS
Packet delivery Quality of Service level.

Constants§

MAX_TOPIC_SIZE
MQTT_PAYLOAD_MAX_SIZE

Traits§

BufferReader
BufferWriter
ReadWrite
Trait that allows to create a reader and a writer for a buffer. See BufferReader adn BufferWriter

Functions§

new_stack_buffer
Creates a new Buffer that is backed by an owned u8 array with size N

Type Aliases§

Topic