3 #include <Poco/SharedPtr.h>
4 #include <Poco/JSON/Object.h>
6 #include "gwmessage/GWMessage.h"
28 typedef Poco::SharedPtr<GWSensorDataConfirm> Ptr;
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