STNullDeviceFirmwareDownloadStatusEventArgs Class | |
Event args class used to get firmware download status
Inheritance Hierarchy
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public class FirmwareDownloadStatusEventArgs : EventArgs,
STNullDeviceIFirmwareDownloadStatusEventArgs
Public Class FirmwareDownloadStatusEventArgs
Inherits EventArgs
Implements STNullDeviceIFirmwareDownloadStatusEventArgs
public ref class FirmwareDownloadStatusEventArgs : public EventArgs,
STNullDeviceIFirmwareDownloadStatusEventArgs
type FirmwareDownloadStatusEventArgs =
class
inherit EventArgs
interface STNullDeviceIFirmwareDownloadStatusEventArgs
end
The STNullDeviceFirmwareDownloadStatusEventArgs type exposes the following members.
Constructors Properties
| Name | Description |
---|
| PercentComplete | The percent of completion of the download This value will be between 0 and 100. If the value is -1 it means the firmware download failed |
TopSee Also