_Ecore_Con_Event_Client_Data Struct Reference
Used as the data
param for the ECORE_CON_EVENT_CLIENT_DATA event.
More...
Data Fields | |
Ecore_Con_Client * | client |
the client that connected | |
void * | data |
the data that the client sent | |
int | size |
the length of the data sent |
Detailed Description
Used as the data
param for the ECORE_CON_EVENT_CLIENT_DATA event.
- Examples:
-
ecore_con_server_example.c, and ecore_con_server_simple_example.c.