Initial Commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef MESSAGE_H
|
||||
#define MESSAGE_H
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
namespace MQTT {
|
||||
|
||||
struct Message
|
||||
{
|
||||
std::string topic;
|
||||
std::string payload;
|
||||
};
|
||||
|
||||
} // namespace MQTT
|
||||
|
||||
#endif // MESSAGE_H
|
||||
Reference in New Issue
Block a user