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

Declaration of MQTT delivery_token class. More...

#include "MQTTAsync.h"
#include "mqtt/token.h"
#include "mqtt/message.h"
#include <memory>

Go to the source code of this file.

Classes

class  mqtt::delivery_token
 Provides a mechanism to track the delivery progress of a message. More...
 

Typedefs

using mqtt::delivery_token_ptr = delivery_token::ptr_t
 Smart/shared pointer to a delivery_token.
 
using mqtt::const_delivery_token_ptr = delivery_token::const_ptr_t
 Smart/shared pointer to a const delivery_token.
 

Detailed Description

Declaration of MQTT delivery_token class.

Date
May 1, 2013
Author
Frank Pagliughi