- read(int, boolean[]) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Gpio
-
Read the value from the specified GPIO pin.
- read(int, byte[], int, int[]) - Method in class com.ftdi.j2xx.ft4222.FT_4222_I2c_Master
-
Read data from the specified I2C slave device with START and STOP conditions.
- read(byte[], int, int[]) - Method in class com.ftdi.j2xx.ft4222.FT_4222_I2c_Slave
-
Read data from the buffer of I2C slave device.
- read(byte[], int, int[]) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Slave
-
Get number of bytes in the receive queue.
- read(byte[], int, long) - Method in class com.ftdi.j2xx.FT_Device
-
This method reads data from the device in to the Java application buffer.
- read(byte[], int) - Method in class com.ftdi.j2xx.FT_Device
-
This method reads data from the device in to the Java application buffer.
- read(byte[]) - Method in class com.ftdi.j2xx.FT_Device
-
This method reads data from the device in to the Java application buffer.
- read(int, boolean[]) - Method in interface com.ftdi.j2xx.interfaces.Gpio
-
Read the value from the specified GPIO pin.
- read(int, byte[], int, int[]) - Method in interface com.ftdi.j2xx.interfaces.I2cMaster
-
Read data from the specified I2C slave device with START and STOP conditions.
- read(byte[], int, int[]) - Method in interface com.ftdi.j2xx.interfaces.I2cSlave
-
Read data from the buffer of I2C slave device.
- read(byte[], int, int[]) - Method in interface com.ftdi.j2xx.interfaces.SpiSlave
-
Get number of bytes in the receive queue.
- readBufferFull() - Method in class com.ftdi.j2xx.FT_Device
-
This method return if the Rx buffer was full with data, if true, Rx would be pending until the data
is read by user.
- readEx(int, int, byte[], int, int[]) - Method in class com.ftdi.j2xx.ft4222.FT_4222_I2c_Master
-
Read data from the specified I2C slave device with the specified I2C condition.
- readEx(int, int, byte[], int, int[]) - Method in interface com.ftdi.j2xx.interfaces.I2cMaster
-
Read data from the specified I2C slave device with the specified I2C condition.
- registerSpiSlaveListener(SpiSlaveListener) - Method in class com.ftdi.j2xx.protocol.FT_Spi_Slave
-
Register SPI Slave action listener
- RemoteWakeup - Variable in class com.ftdi.j2xx.FT_EEPROM
-
String Descriptor - Remote Wakeup Enabled
- Repeated_START - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.I2C_MasterFlag
-
- RES_SLAVE_READ - Static variable in class com.ftdi.j2xx.protocol.SpiSlaveResponseEvent
-
Response type from spi slave processor
- reset() - Method in class com.ftdi.j2xx.ft4222.FT_4222_I2c_Master
-
Reset the I2C master device.
- reset() - Method in class com.ftdi.j2xx.ft4222.FT_4222_I2c_Slave
-
Reset the I2C slave device.
- reset() - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Master
-
Reset the SPI master device.
- reset() - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Slave
-
Reset the SPI slave device.
- reset() - Method in interface com.ftdi.j2xx.interfaces.I2cMaster
-
Reset the I2C master device.
- reset() - Method in interface com.ftdi.j2xx.interfaces.I2cSlave
-
Reset the I2C slave device.
- reset() - Method in interface com.ftdi.j2xx.interfaces.SpiMaster
-
Reset the SPI master device.
- reset() - Method in interface com.ftdi.j2xx.interfaces.SpiSlave
-
Reset the SPI slave device.
- RESET - Static variable in class com.ftdi.j2xx.protocol.SpiSlaveResponseEvent
-
Response code from spi slave processor
- resetDevice() - Method in class com.ftdi.j2xx.FT_Device
-
This method sends a vendor command to the device to cause a reset and flush any data
from the device buffers.
- restartInTask() - Method in class com.ftdi.j2xx.FT_Device
-
- RS485EchoSuppress - Variable in class com.ftdi.j2xx.FT_EEPROM_X_Series
-
Hardware Option - RS485 Echo Suppression
- run() - Method in class com.ftdi.j2xx.protocol.SpiSlaveThread
-