Impact Acquire SDK Java
|
Defines valid steps for the actual firmware update process. More...
Static Public Attributes | |
static final int | fusErasingFlash = acquireJNI.fusErasingFlash_get() |
Erasing the device's flash memory. | |
static final int | fusErrorMessage = acquireJNI.fusErrorMessage_get() |
A message wants to be sent. | |
static final int | fusHardResetRequired = acquireJNI.fusHardResetRequired_get() |
An external hard reset is required. | |
static final int | fusLoadingUserSets = acquireJNI.fusLoadingUserSets_get() |
Loading user sets of the device. | |
static final int | fusRebootingDevice = acquireJNI.fusRebootingDevice_get() |
Rebooting the device. | |
static final int | fusSavingUserSets = acquireJNI.fusSavingUserSets_get() |
Saving user sets of the device. | |
static final int | fusUnzippingFirmwareArchive = acquireJNI.fusUnzippingFirmwareArchive_get() |
Unzipping the .mvu file. | |
static final int | fusUpdatingBootProgrammer = acquireJNI.fusUpdatingBootProgrammer_get() |
Updating the boot programmer of the device. | |
static final int | fusUploadingFirmware = acquireJNI.fusUploadingFirmware_get() |
Uploading firmware into device memory. | |
Defines valid steps for the actual firmware update process.
|
static |
Erasing the device's flash memory.
|
static |
A message wants to be sent.
|
static |
An external hard reset is required.
|
static |
Loading user sets of the device.
|
static |
Rebooting the device.
|
static |
Saving user sets of the device.
|
static |
Unzipping the .mvu file.
|
static |
Updating the boot programmer of the device.
|
static |
Uploading firmware into device memory.