|
libaria2cpp 0.2.0
Basic CPP library to connect to an ARIA2 daemon via the RPC interface.
|
Public Attributes | |
| float | downloadSpeed |
| float | uploadSpeed |
| int | numActive |
| int | numWaiting |
| int | numStopped |
| int | numStoppedTotal |
| float GlobalStat::downloadSpeed |
Overall download speed (byte/sec).
| int GlobalStat::numActive |
Number of active uploads.
| int GlobalStat::numStopped |
Number of stopped uploads in the current session. This value is capped by the –max-download-result option.
| int GlobalStat::numStoppedTotal |
Number of stopped uploads in the current session. This value is not capped by the –max-download-result option.
| int GlobalStat::numWaiting |
Number of waiting uploads.
| float GlobalStat::uploadSpeed |
Overall upload (byte/sec).