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