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