libwebsockets
Lightweight C library for HTML5 websockets
class="ui-resizable-handle">
Loading...
Searching...
No Matches
lws_mqtt_qos2_state_ops Struct Reference

#include <lws-mqtt.h>

Collaboration diagram for lws_mqtt_qos2_state_ops:

Data Fields

int(* rx_add )(struct lws *wsi, const char *client_id, uint16_t pkt_id)
int(* rx_remove )(struct lws *wsi, const char *client_id, uint16_t pkt_id)

Detailed Description

Definition at line 90 of file lws-mqtt.h.

Field Documentation

◆ rx_add

int(* lws_mqtt_qos2_state_ops::rx_add) (struct lws *wsi, const char *client_id, uint16_t pkt_id)

Definition at line 91 of file lws-mqtt.h.

◆ rx_remove

int(* lws_mqtt_qos2_state_ops::rx_remove) (struct lws *wsi, const char *client_id, uint16_t pkt_id)

Definition at line 92 of file lws-mqtt.h.


The documentation for this struct was generated from the following file: