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

i2c_msg

Declaration

Source position: i2c_dev.pas line 44

type i2c_msg = record

  addr: LongWord;

  

slave address

  flags: cushort;

  len: cshort;

  

Message length

  buf: Pointer;

  

Pointer to message data

end;


Documentation generated on: 2020-05-22