Click or drag to resize

IFirmwareListenerReceiveFirmwareUpdateNotification Method

This is called when there is an update to the percentage of the firmware downloaded.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
void ReceiveFirmwareUpdateNotification(
	double pct
)

Parameters

pct
Type: SystemDouble
the percentage completed so far
See Also