STNullDeviceFirmwareDownloadStatusEventArgsPercentComplete Property | |
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
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax public int PercentComplete { get; set; }
Public Property PercentComplete As Integer
Get
Set
public:
virtual property int PercentComplete {
int get () sealed;
void set (int value) sealed;
}
abstract PercentComplete : int with get, set
override PercentComplete : int with get, set
Property Value
Type:
Int32Implements
STNullDeviceIFirmwareDownloadStatusEventArgsPercentCompleteSee Also