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
)
Sub ReceiveFirmwareUpdateNotification (
pct As Double
)
void ReceiveFirmwareUpdateNotification(
double pct
)
abstract ReceiveFirmwareUpdateNotification :
pct : float -> unit
Parameters
- pct
- Type: SystemDouble
the percentage completed so far
See Also