Impact Acquire SDK Java
TFirmwareUpdateStep Class Reference

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.
 

Detailed Description

Defines valid steps for the actual firmware update process.

Member Data Documentation

◆ fusErasingFlash

final int fusErasingFlash = acquireJNI.fusErasingFlash_get()
static

Erasing the device's flash memory.

◆ fusErrorMessage

final int fusErrorMessage = acquireJNI.fusErrorMessage_get()
static

A message wants to be sent.

◆ fusHardResetRequired

final int fusHardResetRequired = acquireJNI.fusHardResetRequired_get()
static

An external hard reset is required.

◆ fusLoadingUserSets

final int fusLoadingUserSets = acquireJNI.fusLoadingUserSets_get()
static

Loading user sets of the device.

◆ fusRebootingDevice

final int fusRebootingDevice = acquireJNI.fusRebootingDevice_get()
static

Rebooting the device.

◆ fusSavingUserSets

final int fusSavingUserSets = acquireJNI.fusSavingUserSets_get()
static

Saving user sets of the device.

◆ fusUnzippingFirmwareArchive

final int fusUnzippingFirmwareArchive = acquireJNI.fusUnzippingFirmwareArchive_get()
static

Unzipping the .mvu file.

◆ fusUpdatingBootProgrammer

final int fusUpdatingBootProgrammer = acquireJNI.fusUpdatingBootProgrammer_get()
static

Updating the boot programmer of the device.

◆ fusUploadingFirmware

final int fusUploadingFirmware = acquireJNI.fusUploadingFirmware_get()
static

Uploading firmware into device memory.