|
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.