#include <MQTTProperties.h>
Public Attributes | |
MQTTProperty * | array |
int | count |
int | length |
int | max_count |
MQTT version 5 property list
Definition at line 112 of file MQTTProperties.h.
MQTTProperty* MQTTProperties::array |
array of properties
Definition at line 117 of file MQTTProperties.h.
int MQTTProperties::count |
number of property entries in the array
Definition at line 114 of file MQTTProperties.h.
int MQTTProperties::length |
mbi: byte length of all properties
Definition at line 116 of file MQTTProperties.h.
int MQTTProperties::max_count |
max number of properties that the currently allocated array can store
Definition at line 115 of file MQTTProperties.h.