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