|
天嵌二次封装库使用手册
V2.1.2
|
#include <MQTTProperties.h>

Public 属性 | |
| int | count |
| int | max_count |
| int | length |
| MQTTProperty * | array |
MQTT version 5 property list
在文件 MQTTProperties.h 第 112 行定义.
| MQTTProperty* MQTTProperties::array |
array of properties
在文件 MQTTProperties.h 第 117 行定义.
| int MQTTProperties::count |
number of property entries in the array
在文件 MQTTProperties.h 第 114 行定义.
| int MQTTProperties::length |
mbi: byte length of all properties
在文件 MQTTProperties.h 第 116 行定义.
| int MQTTProperties::max_count |
max number of properties that the currently allocated array can store
在文件 MQTTProperties.h 第 115 行定义.