天嵌二次封装库使用手册
V2.1.2
|
#include <MQTTClient.h>
Public 属性 | |
char | struct_id [4] |
int | struct_version |
int | do_openssl_init |
Initialization options
在文件 MQTTClient.h 第 225 行定义.
int MQTTClient_init_options::do_openssl_init |
1 = we do openssl init, 0 = leave it to the application
在文件 MQTTClient.h 第 232 行定义.
char MQTTClient_init_options::struct_id[4] |
The eyecatcher for this structure. Must be MQTG.
在文件 MQTTClient.h 第 228 行定义.
int MQTTClient_init_options::struct_version |
The version number of this structure. Must be 0
在文件 MQTTClient.h 第 230 行定义.