1I2C_SMBUS_READ_BYTE_(9) I2C and SMBus Subsystem I2C_SMBUS_READ_BYTE_(9)
23
4
NAME
6i2c_smbus_read_byte_data - SMBus “read byte” protocol
7
SYNOPSIS
9s32 i2c_smbus_read_byte_data(struct i2c_client * client, u8 command);
10
ARGUMENTS
12client
13Handle to slave device
1415
command
16Byte interpreted by slave
17
DESCRIPTION
19This executes the SMBus “read byte” protocol, returning negative errno
20else a data byte received from the device.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. November 2011 I2C_SMBUS_READ_BYTE_(9)