libaria2cpp 0.2.0
Basic CPP library to connect to an ARIA2 daemon via the RPC interface.
Public Attributes | List of all members
GlobalStat Struct Reference

Public Attributes

float downloadSpeed
 
float uploadSpeed
 
int numActive
 
int numWaiting
 
int numStopped
 
int numStoppedTotal
 

Member Data Documentation

◆ downloadSpeed

float GlobalStat::downloadSpeed

Overall download speed (byte/sec).

◆ numActive

int GlobalStat::numActive

Number of active uploads.

◆ numStopped

int GlobalStat::numStopped

Number of stopped uploads in the current session. This value is capped by the –max-download-result option.

◆ numStoppedTotal

int GlobalStat::numStoppedTotal

Number of stopped uploads in the current session. This value is not capped by the –max-download-result option.

◆ numWaiting

int GlobalStat::numWaiting

Number of waiting uploads.

◆ uploadSpeed

float GlobalStat::uploadSpeed

Overall upload (byte/sec).


The documentation for this struct was generated from the following file: