MQTT C Client Libraries Internals
Loading...
Searching...
No Matches
MQTTAsync_struct Struct Reference
Collaboration diagram for MQTTAsync_struct:

Data Fields

char * serverURI
int unixsock
int ssl
int websocket
Clientsc
MQTTAsync_connectionLost * cl
MQTTAsync_messageArrived * ma
MQTTAsync_deliveryComplete * dc
void * clContext
void * maContext
void * dcContext
MQTTAsync_connected * connected
void * connected_context
MQTTAsync_disconnected * disconnected
void * disconnected_context
MQTTAsync_updateConnectOptions * updateConnectOptions
void * updateConnectOptions_context
MQTTAsync_command connect
MQTTAsync_command disconnect
MQTTAsync_commandpending_write
Listresponses
unsigned int command_seqno
MQTTPacketpack
MQTTAsync_createOptionscreateOptions
int shouldBeConnected
int noBufferedMessages
int automaticReconnect
int minRetryInterval
int maxRetryInterval
int serverURIcount
char ** serverURIs
int connectTimeout
int currentInterval
int currentIntervalBase
START_TIME_TYPE lastConnectionFailedTime
int retrying
int reconnectNow
MQTTPropertiesconnectProps
MQTTPropertieswillProps

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