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