Click or drag to resize

SPIRead Method

Read bytes from an SPI slave device.

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

Parameters

resp  Byte
Response buffer.
resplen  Int32
Number of bytes to read: 1 to 60.

Implements

DeviceRead(Byte, Int32)
See Also