Click or drag to resize
DownloadStatus Class
A class that describes the current status of an active download.
Inheritance Hierarchy
SystemObject
  GLNeuroTech.Devices.CommonDownloadStatus

Namespace: GLNeuroTech.Devices.Common
Assembly: GLNeuroTech.Devices.Common (in GLNeuroTech.Devices.Common.dll) Version: 1.2.3.5 (1.2.3.5)
Syntax
public class DownloadStatus

The DownloadStatus type exposes the following members.

Constructors
  NameDescription
Public methodDownloadStatus
Initializes a new instance of the DownloadStatus class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAborted
Indicates whether the download was aborted.
Public propertyBytesReceived
The number of bytes received so far during the download process.
Public propertyCurrentFileName
The name of the file currently being downloaded.
Public propertyCurrentFileSize
The size of the file currently being downloaded.
Public propertyFileBytesReceived
The number of bytes received of the currently downloading file.
Remarks
For multiple file downloads, this number resets with each new file that is received.
Public propertyFileCompletionPercent
The completion percent, from 0 to 100, of the currently downloading file.
Public propertyFinished
Indicates whether the current download has completed.
Public propertyTotalCompletionPercent
The completion percentage of the total download.
Public propertyTotalFileBytes
The total number of bytes that are to be transmitted across all files.
Top
Remarks
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.
See Also