Impact Acquire SDK Java
|
Defines valid Device HW update results. More...
Static Public Attributes | |
static final int | urDevAlreadyInUse = acquireJNI.urDevAlreadyInUse_get() |
The requested update couldn't be performed as the device is already in use. | |
static final int | urGetUserDataReadError = acquireJNI.urGetUserDataReadError_get() |
Reading user data from an mvIMPACT.acquire.Device failed. | |
static final int | urNoUpdatePerformed = acquireJNI.urNoUpdatePerformed_get() |
No update has been performed for this mvIMPACT.acquire.Device. | |
static final int | urSetDevID = acquireJNI.urSetDevID_get() |
The mvIMPACT.acquire.Device is currently setting device ID. | |
static final int | urSetDevIDError = acquireJNI.urSetDevIDError_get() |
The mvIMPACT.acquire.Device signaled an error when setting device ID. | |
static final int | urSetDevIDInvalidID = acquireJNI.urSetDevIDInvalidID_get() |
An invalid device ID has been specified. | |
static final int | urSetDevIDOK = acquireJNI.urSetDevIDOK_get() |
The mvIMPACT.acquire.Device has successfully been assigned a new ID. | |
static final int | urSetUserDataSizeError = acquireJNI.urSetUserDataSizeError_get() |
Size Error in writing User Data to mvIMPACT.acquire.Device . | |
static final int | urSetUserDataWriteError = acquireJNI.urSetUserDataWriteError_get() |
Write Error in writing User Data to mvIMPACT.acquire.Device . | |
static final int | urSetUserDataWriteOK = acquireJNI.urSetUserDataWriteOK_get() |
Writing user data to mvIMPACT.acquire.Device was successful. | |
static final int | urUpdateFW = acquireJNI.urUpdateFW_get() |
The mvIMPACT.acquire.Device is currently updating firmware. | |
static final int | urUpdateFWError = acquireJNI.urUpdateFWError_get() |
The mvIMPACT.acquire.Device indicates an error during updating firmware. | |
static final int | urUpdateFWOK = acquireJNI.urUpdateFWOK_get() |
The mvIMPACT.acquire.Device indicates that the firmware has been updated successfully. | |
static final int | urVerifyFWError = acquireJNI.urVerifyFWError_get() |
The mvIMPACT.acquire.Device indicates an error during verifying firmware. | |
static final int | urVerifyFWOK = acquireJNI.urVerifyFWOK_get() |
The mvIMPACT.acquire.Device indicates that the firmware has been verified successfully. | |
Defines valid Device HW update results.
This defines valid result e.g. of a user executed firmware update.
|
static |
The requested update couldn't be performed as the device is already in use.
If another (or even the same) process uses the device, this hardware update can't be performed. To perform the requested update this device needs to be closed.
|
static |
Reading user data from an mvIMPACT.acquire.Device failed.
|
static |
No update has been performed for this mvIMPACT.acquire.Device.
No update has been performed in the current process since this device driver has been loaded in the current process address space.
|
static |
The mvIMPACT.acquire.Device is currently setting device ID.
|
static |
The mvIMPACT.acquire.Device signaled an error when setting device ID.
|
static |
An invalid device ID has been specified.
Valid device IDs are within 0 and 250 including the upper and lower limit.
|
static |
The mvIMPACT.acquire.Device has successfully been assigned a new ID.
|
static |
Size Error in writing User Data to mvIMPACT.acquire.Device .
|
static |
Write Error in writing User Data to mvIMPACT.acquire.Device .
|
static |
Writing user data to mvIMPACT.acquire.Device was successful.
|
static |
The mvIMPACT.acquire.Device is currently updating firmware.
|
static |
The mvIMPACT.acquire.Device indicates an error during updating firmware.
|
static |
The mvIMPACT.acquire.Device indicates that the firmware has been updated successfully.
|
static |
The mvIMPACT.acquire.Device indicates an error during verifying firmware.
|
static |
The mvIMPACT.acquire.Device indicates that the firmware has been verified successfully.