| Tizen Native API
    4.0
    | 
_Eio_Progress Struct Reference
  | Public Attributes | |
| Eio_File_Op | op | 
| long long | current | 
| long long | max | 
| float | percent | 
| const char * | source | 
| const char * | dest | 
Detailed Description
Represents the current progress of the operation.
Member Data Documentation
| long long _Eio_Progress::current | 
Current step in the I/O operation
| const char* _Eio_Progress::dest | 
target of the I/O operation
| long long _Eio_Progress::max | 
Number of total steps to complete this I/O
| Eio_File_Op _Eio_Progress::op | 
I/O type
| float _Eio_Progress::percent | 
Percent done for the I/O operation
| const char* _Eio_Progress::source | 
source of the I/O operation