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