3 #include <Poco/SharedPtr.h>
4 #include <Poco/JSON/Object.h>
6 #include "gwmessage/GWRequest.h"
7 #include "model/DevicePrefix.h"
28 typedef Poco::SharedPtr<GWDeviceListRequest> Ptr;
37 GWResponse::Ptr deriveResponse()
const override;
Abstract class representing a request message. The GWRequest can not be used alone, but it must be inherited by a specific request object.
Definition: GWRequest.h:25
Represents a message sent by the gateway to the server, intended to requests a list of paired devices...
Definition: GWDeviceListRequest.h:26