3 #include <Poco/SharedPtr.h>
4 #include <Poco/JSON/Object.h>
6 #include "gwmessage/GWMessage.h"
23 typedef Poco::SharedPtr<GWGatewayAccepted> 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 after successful registration.
Definition: GWGatewayAccepted.h:21