Click or drag to resize

BusRead Method

Read bytes from an I2C device.

Namespace: IO.Objects.SimpleIO.I2C
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
public 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