#include <SHETSource.h>
Public Attributes | |
byte * | data |
int | length |
Used to store the response data to be sent out by a slave when it is requested. Used internally in SHETSourceClient.
byte* Response::data |
A pointer to some byte-data to be sent as a response which is of the length specified.
int Response::length |
The length of data (in bytes) pointed to by data.