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