Tizen Native API  7.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

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

Percent done for the I/O operation

const char* _Eio_Progress::source

source of the I/O operation