3 #include <Poco/SharedPtr.h>
4 #include <Poco/JSON/Object.h>
6 #include "gwmessage/GWResponse.h"
18 typedef Poco::SharedPtr<GWLastValueResponse> Ptr;
23 void setValue(
const double value);
26 void setValid(
const bool valid);
Deprecated. Represents a message sent by the server to the gateway as a response to the GWLastValueRe...
Definition: GWLastValueResponse.h:16
Represents a response to a request message (subclass of a GWRequest). The GWResponse can be used alon...
Definition: GWResponse.h:55