Tizen Native API  7.0
_Ecore_Con_Event_Client_Data Struct Reference

Public Attributes

Ecore_Con_Clientclient
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 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.