![]() |
paho-mqtt-cpp
MQTT C++ Client for POSIX and Windows
|
#include "MQTTAsync.h"#include "mqtt/buffer_ref.h"#include "mqtt/properties.h"#include "mqtt/exception.h"#include "mqtt/platform.h"#include <memory>Go to the source code of this file.
Data Structures | |
| class | mqtt::message |
| class | mqtt::message_ptr_builder |
Namespaces | |
| mqtt | |
Typedefs | |
| using | mqtt::message_ptr = message::ptr_t |
| using | mqtt::const_message_ptr = message::const_ptr_t |
Functions | |
| message_ptr | mqtt::make_message (string_ref topic, const void *payload, size_t len) |
| message_ptr | mqtt::make_message (string_ref topic, const void *payload, size_t len, int qos, bool retained) |
| message_ptr | mqtt::make_message (string_ref topic, binary_ref payload) |
| message_ptr | mqtt::make_message (string_ref topic, binary_ref payload, int qos, bool retained) |
Declaration of MQTT message class
1.8.14