Uses of Class
com.pi4j.io.exception.IOReadException
Packages that use IOReadException
-
Uses of IOReadException in com.pi4j.io.i2c
Methods in com.pi4j.io.i2c that throw IOReadExceptionModifier and TypeMethodDescriptiondefault char[]I2CRegisterDataReader.readRegisterCharArray(int register, int numberOfBytes) Read ASCII data from the I2C device register up to a specified length (number of bytes) and return the data read in a new character array.default char[]I2CRegisterDataReader.readRegisterCharArray(int register, int offset, int numberOfBytes) Read ASCII data from the I2C device register up to a specified length (number of bytes) and return the data read in a new character array.default char[]I2CRegisterDataReader.readRegisterCharArray(int register, Charset charset, int numberOfBytes) Read data from the I2C device register up to a specified length (number of bytes) and return the data read in a new character array.default char[]I2CRegisterDataReader.readRegisterCharArray(int register, Charset charset, int offset, int numberOfBytes) Read data from the I2C device register up to a specified length (number of bytes) and return the data read in a new character array.default CharBufferI2CRegisterDataReader.readRegisterCharBuffer(int register, int numberOfBytes) Read ASCII data from the I2C device register up to a specified length (number of bytes) and return the data read in a new CharBuffer instance.default CharBufferI2CRegisterDataReader.readRegisterCharBuffer(int register, int offset, int numberOfBytes) Read ASCII data from the I2C device register up to a specified length (number of bytes) and return the data read in a new CharBuffer instance.default CharBufferI2CRegisterDataReader.readRegisterCharBuffer(int register, Charset charset, int numberOfBytes) Read data from the I2C device register up to a specified length (number of bytes) and return the data read in a new CharBuffer instance.default CharBufferI2CRegisterDataReader.readRegisterCharBuffer(int register, Charset charset, int offset, int numberOfBytes) Read data from the I2C device register up to a specified length (number of bytes) and return the data read in a new CharBuffer instance.default StringI2CRegisterDataReader.readRegisterString(int register, int numberOfBytes) Read ASCII data from the I2C device registere up to a specified length (number of bytes) and return the data read in a new String instance.default StringI2CRegisterDataReader.readRegisterString(int register, Charset charset, int offset, int numberOfBytes) Read data from the I2C device registere up to a specified length (number of bytes) and return the data read in a new String instance.