Tizen Native API
4.0
|
_Ecore_Con_Event_Url_Progress Struct Reference
Public Attributes | |
Ecore_Con_Url * | url_con |
struct { | |
double total | |
double now | |
} | down |
struct { | |
double total | |
double now | |
} | up |
Detailed Description
Used as the data
param for the ECORE_CON_EVENT_URL_PROGRESS event.
- Examples:
- ecore_con_url_download_example.c.
Member Data Documentation
struct { ... } _Ecore_Con_Event_Url_Progress::down |
download info
- Examples:
- ecore_con_url_download_example.c.
current size of the downloading data (in bytes)
current size of the uploading data (in bytes)
- Examples:
- ecore_con_url_download_example.c.
total size of the downloading data (in bytes)
total size of the uploading data (in bytes)
- Examples:
- ecore_con_url_download_example.c.
struct { ... } _Ecore_Con_Event_Url_Progress::up |
upload info
a pointer to the connection object
- Examples:
- ecore_con_url_download_example.c.