com.ibm.wiotp.sdk.devicemgmt

Enum DeviceFirmware.FirmwareUpdateStatus

  • All Implemented Interfaces:
    Serializable, Comparable<DeviceFirmware.FirmwareUpdateStatus>
    Enclosing class:
    DeviceFirmware


    public static enum DeviceFirmware.FirmwareUpdateStatus
    extends Enum<DeviceFirmware.FirmwareUpdateStatus>

    The mgmt.firmware.updateStatus attribute describes the status of firmware update. The possible values for mgmt.firmware.status are:

    mgmt.firmware.status
    Value State Meaning
    0 Success The firmware has been successfully updated
    1 In Progress The firmware update has been initiated but is not yet complete
    2 Out of Memory An out of memory condition has been detected during the operation.
    3 Connection Lost The connection was lost during the firmware download
    4 Verification Failed The firmware did not pass verification
    5 Unsupported Image The downloaded firmware image is not supported by the device
    6 Invalid URI The device could not download the firmware from the provided URI

Copyright © 2019. All rights reserved.