Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
websocket_client_thread_data Struct Reference

Data Fields

struct mg_connectionconn
 
mg_websocket_data_handler data_handler
 
mg_websocket_close_handler close_handler
 
void * callback_data
 

Detailed Description

Definition at line 18926 of file civetweb.c.

Field Documentation

◆ callback_data

void* websocket_client_thread_data::callback_data

Definition at line 18930 of file civetweb.c.

Referenced by mg_connect_websocket_client_impl().

◆ close_handler

mg_websocket_close_handler websocket_client_thread_data::close_handler

Definition at line 18929 of file civetweb.c.

Referenced by mg_connect_websocket_client_impl().

◆ conn

struct mg_connection* websocket_client_thread_data::conn

Definition at line 18927 of file civetweb.c.

Referenced by mg_connect_websocket_client_impl().

◆ data_handler

mg_websocket_data_handler websocket_client_thread_data::data_handler

Definition at line 18928 of file civetweb.c.

Referenced by mg_connect_websocket_client_impl().


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