SOIL C++
C++ Unified Device Interface
MessageContainer.h
Go to the documentation of this file.
1#pragma once
2#include "constants.h"
3namespace MQTT
4{
11 {
17 std::string topic;
18
24 std::string message;
25
32 int qos;
33
39 bool retain;
40
41 };
42}
Internal MQTT message struct.
int qos
Quality of Service.
std::string message
Message.
std::string topic
Message Topic.
bool retain
Retain Flag.