Github User Fetcher 1.0.0
C Application with Server and GUI
|
Data Fields | |
struct mg_connection * | conn |
mg_websocket_data_handler | data_handler |
mg_websocket_close_handler | close_handler |
void * | callback_data |
Definition at line 18926 of file civetweb.c.
void* websocket_client_thread_data::callback_data |
Definition at line 18930 of file civetweb.c.
Referenced by mg_connect_websocket_client_impl().
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().
struct mg_connection* websocket_client_thread_data::conn |
Definition at line 18927 of file civetweb.c.
Referenced by mg_connect_websocket_client_impl().
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().