Mistake on this page?
Report an issue in GitHub or email us
Data Fields
mqtt_request_t Struct Reference

Pending request item, binds application callback to pending server requests. More...

#include <mqtt_priv.h>

Data Fields

struct mqtt_request_tnext
 Next item in list, NULL means this is the last in chain, next pointing at itself means request is unallocated. More...
 
mqtt_request_cb_t cb
 Callback to upper layer. More...
 
u16_t pkt_id
 MQTT packet identifier. More...
 
u16_t timeout_diff
 Expire time relative to element before this. More...
 

Detailed Description

Pending request item, binds application callback to pending server requests.

Definition at line 48 of file mqtt_priv.h.

Field Documentation

Callback to upper layer.

Definition at line 54 of file mqtt_priv.h.

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.

Definition at line 52 of file mqtt_priv.h.

u16_t pkt_id

MQTT packet identifier.

Definition at line 57 of file mqtt_priv.h.

u16_t timeout_diff

Expire time relative to element before this.

Definition at line 59 of file mqtt_priv.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.