#include <MQTTProperties.h>
Public Attributes | |
char * | data |
int | len |
The data for a length delimited string
Definition at line 84 of file MQTTProperties.h.
char* MQTTLenString::data |
pointer to the string data
Definition at line 87 of file MQTTProperties.h.
int MQTTLenString::len |
the length of the string
Definition at line 86 of file MQTTProperties.h.