| Tizen Native API
    5.0
    | 
| Public Attributes | |
| Ecore_Con_Client * | client | 
| void * | data | 
| int | size | 
Detailed Description
Used as the data param for the ECORE_CON_EVENT_CLIENT_DATA event. 
- Examples:
- ecore_con_server_simple_example.c.
Member Data Documentation
the client that connected
- Examples:
- ecore_con_server_simple_example.c.
the data that the client sent
- Examples:
- ecore_con_server_simple_example.c.
the length of the data sent
- Examples:
- ecore_con_server_simple_example.c.