
Public Member Functions | |
| I2C () | |
| Constructor. | |
| abstract bool | Read (ref byte[] Buffer, int count) |
| Method that reads from I2C. | |
| abstract bool | Write (ref byte[] Buffer, int count) |
| Method that writes into I2C. | |
| public Digi::Drivers.I2C::I2C | ( | ) |
Constructor.
| public bool Digi::Drivers.I2C::Read | ( | ref byte[] | Buffer, | |
| int | count | |||
| ) | [pure virtual] |
Method that reads from I2C.
| Buffer | Buffer to store the data read | |
| count | Number of bytes to read |
Implemented in Digi.Drivers.I2CiMX51.
| public bool Digi::Drivers.I2C::Write | ( | ref byte[] | Buffer, | |
| int | count | |||
| ) | [pure virtual] |
Method that writes into I2C.
| Buffer | Buffer to write | |
| count | Number of bytes to write |
Implemented in Digi.Drivers.I2CiMX51.
1.5.9