MQTT C Client Libraries Internals
 All Data Structures Files Functions Variables Typedefs Macros Pages
Data Fields
MQTTAsync_struct Struct Reference
Collaboration diagram for MQTTAsync_struct:
Collaboration graph
[legend]

Data Fields

char * serverURI
 
int ssl
 
Clientsc
 
MQTTAsync_connectionLost * cl
 
MQTTAsync_messageArrived * ma
 
MQTTAsync_deliveryComplete * dc
 
void * context
 
MQTTAsync_connected * connected
 
void * connected_context
 
MQTTAsync_command connect
 
MQTTAsync_command disconnect
 
MQTTAsync_commandpending_write
 
Listresponses
 
unsigned int command_seqno
 
MQTTPacketpack
 
MQTTAsync_createOptionscreateOptions
 
int shouldBeConnected
 
int automaticReconnect
 
int minRetryInterval
 
int maxRetryInterval
 
int serverURIcount
 
char ** serverURIs
 
int connectTimeout
 
int currentInterval
 
START_TIME_TYPE lastConnectionFailedTime
 
int retrying
 
int reconnectNow
 

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