Query: i2c_smbus_read_byte
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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(const 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 3.10 June 2014 I2C_SMBUS_READ_BYTE(9)