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