BeeeOn Gateway  v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
GWSensorDataConfirm.h
1 #pragma once
2 
3 #include <Poco/SharedPtr.h>
4 #include <Poco/JSON/Object.h>
5 
6 #include "gwmessage/GWMessage.h"
7 
8 namespace BeeeOn {
9 
27 public:
28  typedef Poco::SharedPtr<GWSensorDataConfirm> Ptr;
29 
31  GWSensorDataConfirm(const Poco::JSON::Object::Ptr object);
32 
33 };
34 
35 }
The GWMessage is abstract class representing messages (including their contents), that are being sent...
Definition: GWMessage.h:21
Represents message sent by the server to the gateway intended to confirm, that the server accepted ex...
Definition: GWSensorDataConfirm.h:26