5 #include "gwmessage/GWResponse.h"
6 #include "model/DeviceID.h"
33 void setUnpairedDevices(
const std::set<DeviceID> &devices);
34 std::set<DeviceID> unpairedDevices()
const;
The unpair process might under certain circumstances unpair a different device then intended...
Definition: GWUnpairResponse.h:28
Represents a response to a request message (subclass of a GWRequest). The GWResponse can be used alon...
Definition: GWResponse.h:55