Impact Acquire SDK Java
TI2COperationStatus Class Reference

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.
 

Detailed Description

Valid I2C operation status values.

Member Data Documentation

◆ I2CosFailure

final int I2CosFailure = acquireJNI.I2CosFailure_get()
static

The last I2C operation did fail.

The log-file might contain additional information

◆ I2CosInvalidDeviceAddress

final int I2CosInvalidDeviceAddress = acquireJNI.I2CosInvalidDeviceAddress_get()
static

During the execution of the last I2C operation an invalid device address was specified.

◆ I2CosInvalidDeviceSubAddress

final int I2CosInvalidDeviceSubAddress = acquireJNI.I2CosInvalidDeviceSubAddress_get()
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.

◆ I2CosNotEnoughData

final int I2CosNotEnoughData = acquireJNI.I2CosNotEnoughData_get()
static

During the execution of the last I2C operation the amount of data requested or sent was too small.

◆ I2CosSuccess

final int I2CosSuccess = acquireJNI.I2CosSuccess_get()
static

The last I2C operation was successful.

◆ I2CosTooMuchData

final int I2CosTooMuchData = acquireJNI.I2CosTooMuchData_get()
static

During the execution of the last I2C operation too much data was either requested or sent.