MQTT C Client Libraries Internals
Data Fields
MQTTAsync_init_options Struct Reference

Initialization options. More...

#include <MQTTAsync.h>

Data Fields

char struct_id [4]
 The eyecatcher for this structure. More...
 
int struct_version
 The version number of this structure. More...
 
int do_openssl_init
 1 = we do openssl init, 0 = leave it to the application
 

Detailed Description

Initialization options.

Field Documentation

◆ struct_id

char MQTTAsync_init_options::struct_id[4]

The eyecatcher for this structure.

Must be MQTG.

◆ struct_version

int MQTTAsync_init_options::struct_version

The version number of this structure.

Must be 0


The documentation for this struct was generated from the following file: