A response from a ControlDataReceiver to a request. The UUID tells which receiver the response is sent from.
#include <ControlDataCommon.h>
Name | |
---|---|
std::vector< uint8_t > | mMessage |
uint64_t | mRequestId The actual message. |
std::string | mFromUUID The ID of the request this is a response to. |
std::vector< uint8_t > mMessage;
uint64_t mRequestId = 0;
The actual message.
std::string mFromUUID;
The ID of the request this is a response to.
Updated on 2023-01-23 at 12:02:53 +0100