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

#include <MQTTClient.h>

Public 属性

char struct_id [4]
 
int struct_version
 
int do_openssl_init
 

详细描述

Initialization options

在文件 MQTTClient.h225 行定义.

类成员变量说明

int MQTTClient_init_options::do_openssl_init

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

在文件 MQTTClient.h232 行定义.

char MQTTClient_init_options::struct_id[4]

The eyecatcher for this structure. Must be MQTG.

在文件 MQTTClient.h228 行定义.

int MQTTClient_init_options::struct_version

The version number of this structure. Must be 0

在文件 MQTTClient.h230 行定义.


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