MQTTProperties - Man Page

Synopsis

#include <MQTTProperties.h>

Data Fields

int count
int max_count
int length
MQTTProperty * array

Detailed Description

MQTT version 5 property list

Field Documentation

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

Author

Generated automatically by Doxygen for Paho MQTT C Client Library from the source code.

Info

Thu Jan 25 2024 00:00:00 Paho MQTT C Client Library