public class FirmwareUpdateStatus
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
ERR_CHECKSUM
The firmware is not valid
|
static int |
ERR_FIRMWARE_VERSION
FIRMWARE IMAGE VERSION NEEDS TO BE GREATER THAN CURRENT INSTALLED VERSION
|
static int |
ERR_IN_PROGRESS
unknown error updating the firmware
|
static int |
ERR_NONE
There is no error in operation
|
static int |
ERR_NONE_COMPLETE
Firmware update complete
|
static int |
ERR_NOT_CONNECTED
There is no connection to update the firmware or the status of the device is not valid
|
static int |
ERR_NOT_FOUND
There is no firmware image to update
|
static int |
ERR_NOT_SUPPORTED
Firware not supporter by the device
|
static int |
ERR_PARAMETER
Firmware incompatible with the device
|
static int |
ERR_PENDING
Teh firmware update is in progress
|
Constructor and Description |
---|
FirmwareUpdateStatus() |
public static final int ERR_NONE
public static final int ERR_PENDING
public static final int ERR_PARAMETER
public static final int ERR_NOT_FOUND
public static final int ERR_NOT_SUPPORTED
public static final int ERR_CHECKSUM
public static final int ERR_FIRMWARE_VERSION
public static final int ERR_NOT_CONNECTED
public static final int ERR_IN_PROGRESS
public static final int ERR_NONE_COMPLETE