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

#include <MQTTAsync.h>

Public 属性

char struct_id [4]
 
int struct_version
 
int do_openssl_init
 

详细描述

Initialization options

在文件 MQTTAsync.h221 行定义.

类成员变量说明

int MQTTAsync_init_options::do_openssl_init

1 = we do openssl init, 0 = leave it to the application

在文件 MQTTAsync.h228 行定义.

char MQTTAsync_init_options::struct_id[4]

The eyecatcher for this structure. Must be MQTG.

在文件 MQTTAsync.h224 行定义.

int MQTTAsync_init_options::struct_version

The version number of this structure. Must be 0

在文件 MQTTAsync.h226 行定义.


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