Click or drag to resize
STNullDeviceFirmwareDownloadStatusEventArgs ClassScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Event args class used to get firmware download status
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Scriptel.STSeriesSTNullDeviceFirmwareDownloadStatusEventArgs

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public class FirmwareDownloadStatusEventArgs : EventArgs, 
	STNullDeviceIFirmwareDownloadStatusEventArgs

The STNullDeviceFirmwareDownloadStatusEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSTNullDeviceFirmwareDownloadStatusEventArgs
Initializes a new instance of the STNullDeviceFirmwareDownloadStatusEventArgs class
Top
Properties
  NameDescription
Public propertyPercentComplete

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

Top
See Also