[Overview][Constants][Types][Procedures and functions][Index] |
Structure for I2C_RDWR ioctl call
Source position: i2c_dev.pas line 156
type i2c_rdwr_ioctl_data = record |
||
msgs: Pi2c_msg; |
|
Pointer to i2c_msgs |
nmsgs: cint; |
|
number of i2c_msgs |
end; |