Read bytes from an I2C device.
Namespace: IO.Objects.SimpleIO.I2CAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2025.136.1
Syntaxpublic void Read(
int slaveaddr,
byte[] resp,
int resplen
)
Parameters
- slaveaddr Int32
- Slave device address.
- resp Byte
- Response buffer.
- resplen Int32
- Number of bytes to read.
Implements
BusRead(Int32, Byte, Int32)
See Also