MQTTProperties - (unknown subject)

NAME  SYNOPSIS  Data Fields  Detailed Description  Field Documentation  int count  int max_count  int length  MQTTProperty* array  Author 

NAME

MQTTProperties

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.


Updated 2024-01-29 - jenkler.se | uex.se