天嵌二次封装库使用手册  V2.1.2
MQTTProperties结构体 参考

#include <MQTTProperties.h>

MQTTProperties 的协作图:

Public 属性

int count
 
int max_count
 
int length
 
MQTTPropertyarray
 

详细描述

MQTT version 5 property list

在文件 MQTTProperties.h112 行定义.

类成员变量说明

MQTTProperty* MQTTProperties::array

array of properties

在文件 MQTTProperties.h117 行定义.

int MQTTProperties::count

number of property entries in the array

在文件 MQTTProperties.h114 行定义.

int MQTTProperties::length

mbi: byte length of all properties

在文件 MQTTProperties.h116 行定义.

int MQTTProperties::max_count

max number of properties that the currently allocated array can store

在文件 MQTTProperties.h115 行定义.


该结构体的文档由以下文件生成: