Home
last modified time | relevance | path

Searched defs:mqtt_client_t (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dmqtt.h48 typedef struct mqtt_client_t mqtt_client_t; typedef
177 struct mqtt_client_t struct
180 u16_t cyclic_tick;
181 u16_t keep_alive;
182 u16_t server_watchdog;
184 u16_t pkt_id_seq;
209 err_t mqtt_client_connect(mqtt_client_t *client, const ip_addr_t *ipaddr, u16_t port, mqtt_connecti… argument
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dmqtt.h49 typedef struct mqtt_client_s mqtt_client_t; typedef