SpiDevice.Read(Span<Byte>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads data from the SPI device.
public abstract void Read (Span<byte> buffer);
abstract member Read : Span<byte> -> unit
Public MustOverride Sub Read (buffer As Span(Of Byte))
Parameters
The buffer to read the data from the SPI device. The length of the buffer determines how much data to read from the SPI device.