I2C_SMBUS_READ_BYTE(9) I2C and SMBus Subsystem I2C_SMBUS_READ_BYTE(9)NAMEi2c_smbus_read_byte - SMBus "receive byte" protocolSYNOPSISs32 i2c_smbus_read_byte(struct i2c_client * client);ARGUMENTSclient Handle to slave deviceDESCRIPTIONThis executes the SMBus "receive byte" protocol, returning negative errno else the byte received from the device.COPYRIGHTKernel Hackers Manual 2.6. July 2010 I2C_SMBUS_READ_BYTE(9)