Tizen Native API  5.5
Ecore Connection Events Functions

The Ecore Con events can be categorized into Server side events and Client side events. Server side events:

Client side events:

Typedefs

typedef struct
_Ecore_Con_Event_Client_Add 
Ecore_Con_Event_Client_Add
typedef struct
_Ecore_Con_Event_Client_Upgrade 
Ecore_Con_Event_Client_Upgrade
typedef struct
_Ecore_Con_Event_Client_Del 
Ecore_Con_Event_Client_Del
typedef struct
_Ecore_Con_Event_Client_Error 
Ecore_Con_Event_Client_Error
typedef struct
_Ecore_Con_Event_Server_Add 
Ecore_Con_Event_Server_Add
typedef struct
_Ecore_Con_Event_Server_Upgrade 
Ecore_Con_Event_Server_Upgrade
typedef struct
_Ecore_Con_Event_Server_Del 
Ecore_Con_Event_Server_Del
typedef struct
_Ecore_Con_Event_Server_Error 
Ecore_Con_Event_Server_Error
typedef struct
_Ecore_Con_Event_Client_Data 
Ecore_Con_Event_Client_Data
typedef struct
_Ecore_Con_Event_Server_Data 
Ecore_Con_Event_Server_Data
typedef struct
_Ecore_Con_Event_Client_Write 
Ecore_Con_Event_Client_Write
typedef struct
_Ecore_Con_Event_Server_Write 
Ecore_Con_Event_Server_Write
typedef struct
_Ecore_Con_Event_Proxy_Bind 
Ecore_Con_Event_Proxy_Bind

Typedef Documentation

Used as the data param for the corresponding event.

Used as the data param for the corresponding event.

Used as the data param for the corresponding event.

Used as the data param for the corresponding event.

Since (EFL) :
1.1

Used as the data param for the corresponding event.

Since (EFL) :
1.1

Used as the data param for the corresponding event.

Since (EFL) :
1.1

Used as the data param for the corresponding event.

Since (EFL) :
1.2

Used as the data param for the corresponding event.

Used as the data param for the corresponding event.

Used as the data param for the corresponding event.

Used as the data param for the corresponding event.

Since (EFL) :
1.1

Used as the data param for the corresponding event.

Since (EFL) :
1.1

Used as the data param for the corresponding event.

Since (EFL) :
1.1

Variable Documentation

A client has connected to the server.

Since :
3.0f(2.3.1)
Examples:
ecore_con_server_simple_example.c.

A client connected to the server has sent data.

Since :
3.0f(2.3.1)
Examples:
ecore_con_server_simple_example.c.

A client has disconnected from the server.

Since :
3.0f(2.3.1)
Examples:
ecore_con_server_simple_example.c.

A client experienced an error.

Since (EFL) :
1.1
Since :
3.0f(2.3.1)

A client connection has been upgraded to SSL.

Since (EFL) :
1.1
Since :
3.0f(2.3.1)

A server connection has sent data to its client.

Since (EFL) :
1.1
Since :
3.0f(2.3.1)

A server connection has successfully negotiated an ip:port binding.

Since (EFL) :
1.2
Since :
3.0f(2.3.1)

A server was created.

Since :
3.0f(2.3.1)
Examples:
ecore_con_client_simple_example.c.

A server connection object has data.

Since :
3.0f(2.3.1)
Examples:
ecore_con_client_simple_example.c.

A server connection was lost.

Since :
3.0f(2.3.1)
Examples:
ecore_con_client_simple_example.c.

A server experienced an error.

Since (EFL) :
1.1
Since :
3.0f(2.3.1)

A server connection has been upgraded to SSL.

Since (EFL) :
1.1
Since :
3.0f(2.3.1)

A server connection object has sent data.

Since (EFL) :
1.1
Since :
3.0f(2.3.1)

A URL object has completed its transfer to and from the server and can be reused.

Since :
3.0f(2.3.1)
Examples:
ecore_con_url_cookies_example.c, ecore_con_url_download_example.c, and ecore_con_url_headers_example.c.

A URL object has data.

Since :
3.0f(2.3.1)
Examples:
ecore_con_url_cookies_example.c, and ecore_con_url_headers_example.c.

A URL object has made progress in its transfer.

Since :
3.0f(2.3.1)
Examples:
ecore_con_url_download_example.c.