|  | 
| char * | serverURI | 
|  | 
| const char * | currentServerURI | 
|  | 
| int | websocket | 
|  | 
| Clients * | c | 
|  | 
| MQTTClient_connectionLost * | cl | 
|  | 
| MQTTClient_messageArrived * | ma | 
|  | 
| MQTTClient_deliveryComplete * | dc | 
|  | 
| void * | context | 
|  | 
| MQTTClient_disconnected * | disconnected | 
|  | 
| void * | disconnected_context | 
|  | 
| MQTTClient_published * | published | 
|  | 
| void * | published_context | 
|  | 
| sem_type | connect_sem | 
|  | 
| int | rc | 
|  | 
| sem_type | connack_sem | 
|  | 
| sem_type | suback_sem | 
|  | 
| sem_type | unsuback_sem | 
|  | 
| MQTTPacket * | pack | 
|  | 
| unsigned long | commandTimeout | 
|  | 
The documentation for this struct was generated from the following file: