Source position: i2c_dev.pas line 110
type TI2C_SMBUS_RW_MODE = (
I2C_SMBUS_WRITE = 0,
Write data to bus
I2C_SMBUS_READ = 1
Read data from bus
);