libwebsockets
Lightweight C library for HTML5 websockets
lws_txp_mux_parse_cbs Struct Reference

#include <lws-secure-streams-serialization.h>

+ Collaboration diagram for lws_txp_mux_parse_cbs:

Data Fields

int(* payload )(lws_transport_mux_ch_t *tmc, const uint8_t *buf, size_t len)
 
int(* ch_opens )(lws_transport_mux_ch_t *tmc, int determination)
 
int(* ch_closes )(lws_transport_mux_ch_t *tmc)
 
void(* txp_req_write )(lws_transport_mux_t *tm)
 
int(* txp_can_write )(lws_transport_mux_ch_t *tmc)
 

Detailed Description

Definition at line 573 of file lws-secure-streams-serialization.h.

Field Documentation

◆ payload

int(* lws_txp_mux_parse_cbs::payload) (lws_transport_mux_ch_t *tmc, const uint8_t *buf, size_t len)

Definition at line 574 of file lws-secure-streams-serialization.h.

◆ ch_opens

int(* lws_txp_mux_parse_cbs::ch_opens) (lws_transport_mux_ch_t *tmc, int determination)

Definition at line 576 of file lws-secure-streams-serialization.h.

◆ ch_closes

int(* lws_txp_mux_parse_cbs::ch_closes) (lws_transport_mux_ch_t *tmc)

Definition at line 577 of file lws-secure-streams-serialization.h.

◆ txp_req_write

void(* lws_txp_mux_parse_cbs::txp_req_write) (lws_transport_mux_t *tm)

Definition at line 578 of file lws-secure-streams-serialization.h.

◆ txp_can_write

int(* lws_txp_mux_parse_cbs::txp_can_write) (lws_transport_mux_ch_t *tmc)

Definition at line 579 of file lws-secure-streams-serialization.h.


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