|  | Paho Asynchronous MQTT C Client Library
    | 
#include <MQTTProperties.h>
| Data Fields | |
| int | count | 
| int | max_count | 
| int | length | 
| MQTTProperty * | array | 
MQTT version 5 property list
| 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
 1.8.17
 1.8.17