Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
websocket_client_thread_data Struct Reference

Definition at line 18084 of file civetweb.c.

Public Attributes

void * callback_data
 
mg_websocket_close_handler close_handler
 
struct mg_connectionconn
 
mg_websocket_data_handler data_handler
 

Member Data Documentation

◆ callback_data

void* websocket_client_thread_data::callback_data

Definition at line 18088 of file civetweb.c.

◆ close_handler

mg_websocket_close_handler websocket_client_thread_data::close_handler

Definition at line 18087 of file civetweb.c.

◆ conn

struct mg_connection* websocket_client_thread_data::conn

Definition at line 18085 of file civetweb.c.

◆ data_handler

mg_websocket_data_handler websocket_client_thread_data::data_handler

Definition at line 18086 of file civetweb.c.

Collaboration diagram for websocket_client_thread_data:
[legend]

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