Crate mqttrust_core[][src]

Structs

MQTT Client

Connect packet (MQTT 3.1).

Options to configure the behaviour of mqtt connection

Publish packet (MQTT 3.3).

Publish request (MQTT 3.3).

Subsack packet (MQTT 3.9).

Subscribe packet (MQTT 3.8).

Subscribe request (MQTT 3.8).

Subscribe topic.

Unsubscribe packet (MQTT 3.10).

Unsubscribe request (MQTT 3.10).

Enums

Critical errors during eventloop polling

Includes incoming packets from the network and other interesting events happening in the eventloop

Base enum for all MQTT packet types.

Protocol version.

Packet delivery Quality of Service level.

Combined QoS/Pid.

Requests by the client to mqtt event loop. Request are handle one by one

Subscribe return value.

Traits