Searched defs:mqtt_client_t (Results 1 – 2 of 2) sorted by relevance
48 typedef struct mqtt_client_t mqtt_client_t; typedef177 struct mqtt_client_t struct180 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
49 typedef struct mqtt_client_s mqtt_client_t; typedef