Read bytes from an I2C slave device.
Namespace: IO.Interfaces.I2CAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public void Read(
byte[] resp,
int resplen
)
Parameters
- resp Byte
- Response buffer.
- resplen Int32
- Number of bytes to read.
See Also