Paho C++
1.0
The Paho MQTT C++ Client Library
|
Declaration of MQTT delivery_token class. More...
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. | |
Declaration of MQTT delivery_token class.