Class FirmwareUpdates


  • public class FirmwareUpdates
    extends java.lang.Object
    The possible updates that can occur during a firmware update process.
    Author:
    Creditcall Ltd
    • Constructor Summary

      Constructors 
      Constructor Description
      FirmwareUpdates()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • FirmwareUpdateStarting

        public static final java.lang.String FirmwareUpdateStarting
        Indicates the firmware update process has started.
        See Also:
        Constant Field Values
      • FirmwareUpdateDownloadingFirmwareToDevice

        public static final java.lang.String FirmwareUpdateDownloadingFirmwareToDevice
        Indicates the firmware has started being downloaded to the device.
        See Also:
        Constant Field Values
      • FirmwareUpdateApplyingFirmwareToDevice

        public static final java.lang.String FirmwareUpdateApplyingFirmwareToDevice
        Indicates the firmware has started being applied to the device.
        See Also:
        Constant Field Values
      • FirmwareUpdateComplete

        public static final java.lang.String FirmwareUpdateComplete
        Indicates the firmware update process is complete.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FirmwareUpdates

        public FirmwareUpdates()