PahoMqttCpp
MQTT C++ Client for POSIX and Windows
Loading...
Searching...
No Matches
Data Structures | Namespaces | Typedefs | Functions | Variables
async_client.h File Reference
#include <functional>
#include <list>
#include <memory>
#include <stdexcept>
#include <tuple>
#include <vector>
#include "MQTTAsync.h"
#include "mqtt/callback.h"
#include "mqtt/create_options.h"
#include "mqtt/delivery_token.h"
#include "mqtt/event.h"
#include "mqtt/exception.h"
#include "mqtt/iaction_listener.h"
#include "mqtt/iasync_client.h"
#include "mqtt/iclient_persistence.h"
#include "mqtt/message.h"
#include "mqtt/properties.h"
#include "mqtt/string_collection.h"
#include "mqtt/thread_queue.h"
#include "mqtt/token.h"
#include "mqtt/types.h"

Go to the source code of this file.

Data Structures

class  mqtt::async_client
 

Namespaces

namespace  mqtt
 

Typedefs

using mqtt::async_client_ptr = async_client::ptr_t
 

Functions

const string mqtt::VERSION_STR ("Paho MQTT C++ (mqttpp) v. 1.5.2")
 
const string mqtt::COPYRIGHT ("Copyright (c) 2013-2025 Frank Pagliughi")
 

Variables

const uint32_t mqtt::VERSION = 0x01050002
 

Detailed Description

Declaration of MQTT async_client class

Date
May 1, 2013
Author
Frank Pagliughi