![]() |
Paho C++
1.0
The Paho MQTT C++ Client Library
|
Declaration of MQTT async_client class. More...
#include "MQTTAsync.h"#include "mqtt/types.h"#include "mqtt/token.h"#include "mqtt/string_collection.h"#include "mqtt/delivery_token.h"#include "mqtt/iclient_persistence.h"#include "mqtt/iaction_listener.h"#include "mqtt/exception.h"#include "mqtt/message.h"#include "mqtt/callback.h"#include "mqtt/thread_queue.h"#include "mqtt/iasync_client.h"#include <vector>#include <list>#include <memory>#include <tuple>#include <stdexcept>Go to the source code of this file.
Classes | |
| class | mqtt::async_client |
| Lightweight client for talking to an MQTT server using non-blocking methods that allow an operation to run in the background. More... | |
Typedefs | |
| using | mqtt::async_client_ptr = async_client::ptr_t |
| Smart/shared pointer to an asynchronous MQTT client object. | |
Variables | |
| const uint32_t | mqtt::VERSION = 0x00090000 |
| The version number for the client library. More... | |
Declaration of MQTT async_client class.