libaria2cpp 0.2.0
Basic CPP library to connect to an ARIA2 daemon via the RPC interface.
|
Public Attributes | |
std::string | fileName |
std::string | path |
size_t | length |
size_t | completedLength |
size_t File::completedLength |
Completed length of the file in bytes.
std::string File::fileName |
The filename.
size_t File::length |
Total length of the file in bytes.
std::string File::path |
The path the file is being written into.