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 2022-06-22 at 16:53:25 +0200