[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'i2c_dev' (#pascalio)

i2c_smbus_ioctl_data

Structure for I2C_SMBUS ioctl call

Declaration

Source position: i2c_dev.pas line 147

type i2c_smbus_ioctl_data = record

  read_write: TI2C_SMBUS_RW_MODE;

  

Read or write mode

  command: Byte;

  size: TI2C_SMBUS_TRANSACTION;

  data: ;

end;


Documentation generated on: 2020-05-22