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_request_t Struct Reference
Pending request item, binds application callback to pending server requests. More...
#include <mqtt.h>
Data Fields | |
struct mqtt_request_t * | next |
Next item in list, NULL means this is the last in chain, next pointing at itself means request is unallocated. | |
mqtt_request_cb_t | cb |
Callback to upper layer. | |
u16_t | pkt_id |
MQTT packet identifier. | |
u16_t | timeout_diff |
Expire time relative to element before this. |
Detailed Description
Pending request item, binds application callback to pending server requests.
Definition at line 155 of file mqtt.h.
Field Documentation
struct mqtt_request_t* next |
u16_t timeout_diff |
Generated on Tue Jul 12 2022 12:22:48 by
