- read(int) - Method in class org.lsst.ccs.drivers.i2c.I2c
-
Reads a byte from a device without registers.
- read(int, byte[], int) - Method in class org.lsst.ccs.drivers.i2c.I2c
-
Reads multiple bytes from a device without registers.
- read(int, byte[]) - Method in class org.lsst.ccs.drivers.i2c.I2c
-
Reads multiple bytes from a device without registers.
- read(int, int, byte[], int) - Method in class org.lsst.ccs.drivers.i2c.I2c
-
Reads multiple bytes from a device with 1-byte register numbers.
- read(int, int, byte[]) - Method in class org.lsst.ccs.drivers.i2c.I2c
-
Reads multiple bytes from a device with 1-byte register numbers.
- read(int) - Method in class org.lsst.ccs.drivers.i2c.I2cImplUsb
-
Reads a byte from a device without registers.
- read(int, byte[], int) - Method in class org.lsst.ccs.drivers.i2c.I2cImplUsb
-
Reads multiple bytes from a device without registers.
- read(int, int, byte[], int) - Method in class org.lsst.ccs.drivers.i2c.I2cImplUsb
-
Reads multiple bytes from a device with 1-byte register numbers.
- read(int, int, int) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
-
Reads bytes from 1-byte register number.
- read2(int, int, byte[], int) - Method in class org.lsst.ccs.drivers.i2c.I2c
-
Reads multiple bytes from a device with 2-byte register numbers.
- read2(int, int, byte[]) - Method in class org.lsst.ccs.drivers.i2c.I2c
-
Reads multiple bytes from a device with 2-byte register numbers.
- read2(int, int, byte[], int) - Method in class org.lsst.ccs.drivers.i2c.I2cImplUsb
-
Reads multiple bytes from a device with 2-byte register numbers.
- read2(int, int, int) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
-
Reads bytes from 2-byte register number.
- readMult(int, int) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
-
Reads multiple bytes.
- readOne(int) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
-
Reads one byte.
- readString(int, int, int) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
-
Reads string from 1-byte register number.
- readString2(int, int, int) - Method in class org.lsst.ccs.drivers.i2c.TestI2c
-
Reads string from 2-byte register number.