1I2C_MASTER_SEND(9) I2C and SMBus Subsystem I2C_MASTER_SEND(9)
23
4
NAME
6i2c_master_send - issue a single I2C message in master transmit mode
7
SYNOPSIS
9int i2c_master_send(struct i2c_client * client, const char * buf,
10int count);
11
ARGUMENTS
13client
14Handle to slave device
1516
buf
17Data that will be written to the slave
1819
count
20How many bytes to write
21
DESCRIPTION
23Returns negative errno, or else the number of bytes written.
24
COPYRIGHT
26Kernel Hackers Manual 2.6. June 2019 I2C_MASTER_SEND(9)