#include <MQTTAsync.h>
Public Attributes | |
int | do_openssl_init |
char | struct_id [4] |
int | struct_version |
Initialization options
Definition at line 217 of file MQTTAsync.h.
int MQTTAsync_init_options::do_openssl_init |
1 = we do openssl init, 0 = leave it to the application
Definition at line 224 of file MQTTAsync.h.
char MQTTAsync_init_options::struct_id[4] |
The eyecatcher for this structure. Must be MQTG.
Definition at line 220 of file MQTTAsync.h.
int MQTTAsync_init_options::struct_version |
The version number of this structure. Must be 0
Definition at line 222 of file MQTTAsync.h.