Interface FirmwareListener


  • public interface FirmwareListener
    This interface is used to receive firmware update percentage notifications.
    • Method Detail

      • receiveFirmwareUpdateNotification

        void receiveFirmwareUpdateNotification​(double pct)
        This is called when there is an update to the percentage of the firmware downloaded.
        Parameters:
        pct - Percentage (0 to 1)
      • receiveFirmwareUpdateComplete

        void receiveFirmwareUpdateComplete()
        This is called when the firmware update has been completed.