Impact Acquire SDK Java
TFirmwareUpdateAction Class Reference

Defines valid steps for the actual firmware update process. More...

Static Public Attributes

static final int fuaCancel = acquireJNI.fuaCancel_get()
 Return this value to request the driver to terminate an ongoing firmware update as soon as possible.
 
static final int fuaContinue = acquireJNI.fuaContinue_get()
 The default return value to tell the driver to continue processing the firmware update.
 

Detailed Description

Defines valid steps for the actual firmware update process.

Member Data Documentation

◆ fuaCancel

final int fuaCancel = acquireJNI.fuaCancel_get()
static

Return this value to request the driver to terminate an ongoing firmware update as soon as possible.

◆ fuaContinue

final int fuaContinue = acquireJNI.fuaContinue_get()
static

The default return value to tell the driver to continue processing the firmware update.