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