Message for sending generic text.
Definition TextMsg.h:6
const char * text
The text without the null terminator.
Definition TextMsg.h:13
static const unsigned char length
The length of the message without the text itself.
Definition TextMsg.h:11
virtual unsigned char Serialize(char *buffer) override
Serialize the message into a byte array for sending.
Definition TextMsg.cpp:23
virtual ~TextMsg()
Destructor for the message.
Definition TextMsg.cpp:21