MQTT C Client Libraries Internals
|
MQTT version 5 property list. More...
#include <MQTTProperties.h>
Data Fields | |
int | count |
number of property entries in the array | |
int | max_count |
max number of properties that the currently allocated array can store | |
int | length |
mbi: byte length of all properties | |
MQTTProperty * | array |
array of properties | |
MQTT version 5 property list.