int |
I2CBusImpl.readByte(I2CDeviceImpl device,
int localAddress) |
int |
I2CBusImpl.readByteDirect(I2CDeviceImpl device) |
int |
I2CBusImpl.readBytes(I2CDeviceImpl device,
int localAddress,
int size,
int offset,
byte[] buffer) |
int |
I2CBusImpl.readBytesDirect(I2CDeviceImpl device,
int size,
int offset,
byte[] buffer) |
int |
I2CBusImpl.writeAndReadBytesDirect(I2CDeviceImpl device,
int writeSize,
int writeOffset,
byte[] writeBuffer,
int readSize,
int readOffset,
byte[] readBuffer) |
int |
I2CBusImpl.writeByte(I2CDeviceImpl device,
int localAddress,
byte data) |
int |
I2CBusImpl.writeByteDirect(I2CDeviceImpl device,
byte data) |
int |
I2CBusImpl.writeBytes(I2CDeviceImpl device,
int localAddress,
int size,
int offset,
byte[] buffer) |
int |
I2CBusImpl.writeBytesDirect(I2CDeviceImpl device,
int size,
int offset,
byte[] buffer) |