| Tizen Native API
    4.0
    | 
_Ecore_Con_Event_Server_Data Struct Reference
  | Public Attributes | |
| Ecore_Con_Server * | server | 
| void * | data | 
| int | size | 
Detailed Description
Used as the data param for the ECORE_CON_EVENT_SERVER_DATA event 
- Examples:
- ecore_con_client_simple_example.c.
Member Data Documentation
the data that the server sent
- Examples:
- ecore_con_client_simple_example.c.
| Ecore_Con_Server* _Ecore_Con_Event_Server_Data::server | 
the server that was connected to
- Examples:
- ecore_con_client_simple_example.c.
the length of the data sent
- Examples:
- ecore_con_client_simple_example.c.