Qt MQTT C++ Classes
Provides classes that enable sending messages via the MQTT protocol. More...
Namespaces
Contains miscellaneous identifiers used throughout the Qt MQTT module |
Classes
Represents configuration options during the authentication process | |
Represents the central access communicating with an MQTT broker | |
Represents configuration options a QMqttClient can pass to the server when invoking QMqttClient::connectToHost() | |
Represents configuration options a QMqttClient can pass to the server when specifying the last will during connecting to a server | |
Information about a message received from a message broker based on a subscription | |
Represents additional information provided by the server during message delivery | |
Represents configuration options for sending or receiving a message | |
Represents configuration options of a server a QMqttClient is connected to | |
Represents the string pair data type of the MQTT 5.0 standard | |
Receives notifications from an MQTT broker about a specified topic | |
Represents configuration options a QMqttClient can pass to the server when subscribing to a topic filter | |
Represents a MQTT topic filter | |
Represents a MQTT topic name | |
Represents configuration options a QMqttClient can pass to the server when unsubscribing from a topic filter | |
Represents a list of QMqttStringPair values which can be passed to the server |
Detailed Description
The Qt MQTT page contains information about how to use the module.