[Overview][Constants][Types][Procedures and functions][Index] |
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; |