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

i2c_smbus_data

Declaration

Source position: i2c_dev.pas line 97

type i2c_smbus_data = record

  case Integer of

    0: (

        _byte: Byte;

      );

    1: (

        _word: Word;

      );

    2: (

        block: array [0..I2C_SMBUS_BLOCK_MAX+1] of Byte;

      );

end;


Documentation generated on: 2020-05-22