3 #include <Poco/SharedPtr.h>
4 #include <Poco/Timespan.h>
5 #include <Poco/JSON/Object.h>
7 #include "gwmessage/GWRequest.h"
30 typedef Poco::SharedPtr<GWListenRequest> Ptr;
35 void setDuration(
const Poco::Timespan &duration);
36 Poco::Timespan duration()
const;
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 server to the gateway, intended to start 'listening mode' on the gat...
Definition: GWListenRequest.h:28