Read bytes from an I2C slave device.
            
Namespace: IO.Interfaces.I2CAssembly: libremoteio (in libremoteio.dll) Version: 2.2025.275.1
Syntaxvoid Read(
	int slaveaddr,
	byte[] resp,
	int resplen
)
Parameters
- slaveaddr  Int32
 - I2C slave address.
 - resp  Byte
 - Response buffer.
 - resplen  Int32
 - Number of bytes to read.
 
See Also