Impact Acquire SDK Java
|
Valid I2C operation status values. More...
Static Public Attributes | |
static final int | I2CosFailure = acquireJNI.I2CosFailure_get() |
The last I2C operation did fail. | |
static final int | I2CosInvalidDeviceAddress = acquireJNI.I2CosInvalidDeviceAddress_get() |
During the execution of the last I2C operation an invalid device address was specified. | |
static final int | I2CosInvalidDeviceSubAddress = acquireJNI.I2CosInvalidDeviceSubAddress_get() |
During the execution of the last I2C operation an invalid device sub-address was specified. | |
static final int | I2CosNotEnoughData = acquireJNI.I2CosNotEnoughData_get() |
During the execution of the last I2C operation the amount of data requested or sent was too small. | |
static final int | I2CosSuccess = acquireJNI.I2CosSuccess_get() |
The last I2C operation was successful. | |
static final int | I2CosTooMuchData = acquireJNI.I2CosTooMuchData_get() |
During the execution of the last I2C operation too much data was either requested or sent. | |
Valid I2C operation status values.
|
static |
The last I2C operation did fail.
The log-file might contain additional information
|
static |
During the execution of the last I2C operation an invalid device address was specified.
|
static |
During the execution of the last I2C operation an invalid device sub-address was specified.
This can either be caused by an invalid address or by an invalid address width.
|
static |
During the execution of the last I2C operation the amount of data requested or sent was too small.
|
static |
The last I2C operation was successful.
|
static |
During the execution of the last I2C operation too much data was either requested or sent.