Click or drag to resize

DeviceRead Method

Read bytes from an SPI slave device.

Namespace: IO.Interfaces.SPI
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
void Read(
	byte[] resp,
	int resplen
)

Parameters

resp  Byte
Response buffer.
resplen  Int32
Number of bytes to read.
See Also