![]() |
Paho C++
1.0
The Paho MQTT C++ Client Library
|
| Lightweight client for talking to an MQTT server using non-blocking methods that allow an operation to run in the background | |
| A reference object for holding immutable data buffers, with cheap copy semantics and lifetime management | |
| A reference to a contiguous sequence of items, with no ownership | |
| Provides a mechanism for tracking the completion of an asynchronous action | |
| Lightweight client for talking to an MQTT server using methods that block until an operation completes | |
| Holds the set of options that control how the client connects to a server | |
| Provides a mechanism to track the delivery progress of a message | |
| Options for disconnecting from an MQTT broker | |
| Base mqtt::exception | |
| This exception is thrown by the implementor of the persistence interface if there is a problem reading or writing persistent data | |
| Thrown when a client is not authorized to perform an operation, or if there is a problem with the security configuration | |
| Provides a mechanism for tracking the completion of an asynchronous action | |
| Enables an application to communicate with an MQTT server using non-blocking methods | |
| Represents a persistent data store, used to store outbound and inbound messages while they are in flight, enabling delivery to the QoS specified | |
| An MQTT message holds everything required for an MQTT PUBLISH message | |
| The response options for various asynchronous calls | |
| The response options for asynchronous calls targeted at delivery | |
| Holds the set of SSL options for connection | |
| Type for a collection of topics | |
| A thread-safe queue for inter-thread communication | |
| Provides a mechanism for tracking the completion of an asynchronous action | |
| Represents a topic destination, used for publish/subscribe messaging | |
| Holds the set of options that govern the Last Will and Testament feature |