Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
mqtt_client_t Struct Reference
MQTT client. More...
#include <mqtt.h>
| Data Fields | |
| u16_t | cyclic_tick | 
| Timers and timeouts. | |
| u16_t | pkt_id_seq | 
| Packet identifier generator. | |
| u16_t | inpub_pkt_id | 
| Packet identifier of pending incoming publish. | |
| u8_t | conn_state | 
| Connection state. | |
| void * | connect_arg | 
| Connection callback. | |
| struct mqtt_request_t * | pend_req_queue | 
| Pending requests to server. | |
| mqtt_incoming_data_cb_t | data_cb | 
| Incoming data callback. | |
| u32_t | msg_idx | 
| Input. | |
| struct mqtt_ringbuf_t | output | 
| Output ring-buffer. | |
Detailed Description
MQTT client.
Definition at line 177 of file mqtt.h.
Field Documentation
| u8_t conn_state | 
| void* connect_arg | 
| u16_t cyclic_tick | 
| u16_t inpub_pkt_id | 
| struct mqtt_ringbuf_t output | 
| struct mqtt_request_t* pend_req_queue | 
| u16_t pkt_id_seq | 
Generated on Tue Jul 12 2022 15:18:03 by
 1.7.2
 1.7.2