Interface I2CDeviceInterface

All Superinterfaces:
AutoCloseable, DeviceInterface, I2CSMBusInterface
All Known Subinterfaces:
InternalI2CDeviceInterface
All Known Implementing Classes:
I2CDevice, NativeI2CDeviceJavaRaf, NativeI2CDeviceSMBus

public interface I2CDeviceInterface
extends I2CSMBusInterface
  • Method Details

    • readNoStop

      default int readNoStop​(byte registerAddress, int rxLength, byte[] rxData, boolean repeatedStart)
    • readWrite

      default void readWrite​(I2CDeviceInterface.I2CMessage[] messages, byte[] buffer)