- write(int, boolean) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Gpio
-
Write value to the specified GPIO pin.
- write(int, byte[], int, int[]) - Method in class com.ftdi.j2xx.ft4222.FT_4222_I2c_Master
-
Write data to the specified I2C slave device with START and STOP conditions
- write(byte[], int, int[]) - Method in class com.ftdi.j2xx.ft4222.FT_4222_I2c_Slave
-
Write data to the I2C slave device.
- write(byte[], int, int[]) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Slave
-
Write data to the transmit queue of the SPI slave device.
- write(byte[], int) - Method in class com.ftdi.j2xx.FT_Device
-
This method writes data to the device from the Java application buffer.
- write(byte[], int, boolean) - Method in class com.ftdi.j2xx.FT_Device
-
This method writes data to the device from the Java application buffer.
- write(byte[]) - Method in class com.ftdi.j2xx.FT_Device
-
This method writes data to the device from the Java application buffer.
- write(int, boolean) - Method in interface com.ftdi.j2xx.interfaces.Gpio
-
Write value to the specified GPIO pin.
- write(int, byte[], int, int[]) - Method in interface com.ftdi.j2xx.interfaces.I2cMaster
-
Write data to the specified I2C slave device with START and STOP conditions
- write(byte[], int, int[]) - Method in interface com.ftdi.j2xx.interfaces.I2cSlave
-
Write data to the I2C slave device.
- write(byte[], int, int[]) - Method in interface com.ftdi.j2xx.interfaces.SpiSlave
-
Write data to the transmit queue of the SPI slave device.
- write(byte[]) - Method in class com.ftdi.j2xx.protocol.FT_Spi_Slave
-
Write data to end device
- writeEx(int, int, byte[], int, int[]) - Method in class com.ftdi.j2xx.ft4222.FT_4222_I2c_Master
-
Write data to the specified I2C slave device with the specified I2C condition.
- writeEx(int, int, byte[], int, int[]) - Method in interface com.ftdi.j2xx.interfaces.I2cMaster
-
Write data to the specified I2C slave device with the specified I2C condition.