Paho C++  1.0
The Paho MQTT C++ Client Library
 All Classes Files Functions Variables Typedefs Friends
client.h File Reference

Declaration of MQTT client class. More...

#include "mqtt/async_client.h"
#include <future>

Go to the source code of this file.

Classes

class  mqtt::client
 Lightweight client for talking to an MQTT server using methods that block until an operation completes. More...
 

Typedefs

using mqtt::client_ptr = client::ptr_t
 Smart/shared pointer to an MQTT synchronous client object.
 

Detailed Description

Declaration of MQTT client class.

Date
May 1, 2013
Author
Frank Pagliughi