![]() |
Bio Radio SDK - Xamarin Android
|
A class that describes the current status of an active download. More...
Properties | |
int | BytesReceived [get, set] |
The number of bytes received so far during the download process. More... | |
string | CurrentFileName [get, set] |
The name of the file currently being downloaded. More... | |
int | CurrentFileSize [get, set] |
The size of the file currently being downloaded. More... | |
int | FileCompletionPercent [get] |
The completion percent, from 0 to 100, of the currently downloading file. More... | |
int | FileBytesReceived [get, set] |
The number of bytes received of the currently downloading file. More... | |
uint | TotalFileBytes [get, set] |
The total number of bytes that are to be transmitted across all files. More... | |
int | TotalCompletionPercent [get] |
The completion percentage of the total download. More... | |
bool | Finished [get, set] |
Indicates whether the current download has completed. More... | |
bool | Aborted [get, set] |
Indicates whether the download was aborted. More... | |
A class that describes the current status of an active download.
This is a read-only class that can be used to keep track of a download from a Great Lakes NeuroTechnologies device. It contains accessors for the amount of data that has been retrieved, completion percentage, and file names.
|
getset |
Indicates whether the download was aborted.
|
getset |
The number of bytes received so far during the download process.
|
getset |
The name of the file currently being downloaded.
|
getset |
The size of the file currently being downloaded.
|
getset |
The number of bytes received of the currently downloading file.
For multiple file downloads, this number resets with each new file that is received.
|
get |
The completion percent, from 0 to 100, of the currently downloading file.
|
getset |
Indicates whether the current download has completed.
|
get |
The completion percentage of the total download.
|
getset |
The total number of bytes that are to be transmitted across all files.