wrench::NextContactDaemonRequestMessage
-
class NextContactDaemonRequestMessage : public wrench::NetworkProximityMessage
A message sent to a NetworkProximityService by a NetworkProximityDaemon to ask which other NetworkProximityDaemons it should do measurements with next.
Public Functions
Constructor.
- Parameters
daemon – the NetworkProximityDaemon to return the request to
payload – the message size in bytes
Public Members
-
std::shared_ptr<NetworkProximityDaemon> daemon
The NetworkProximityDaemon daemon to return the answer to.