Click or drag to resize

IFirmwareListener Interface

This interface is used to receive firmware update percentage notifications.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public interface IFirmwareListener

The IFirmwareListener type exposes the following members.

Methods
  NameDescription
Public methodReceiveFirmwareUpdateComplete
This is called when the firmware update has been completed.
Public methodReceiveFirmwareUpdateNotification
This is called when there is an update to the percentage of the firmware downloaded.
Top
See Also