SoftwareSpi.ReadByte Method

Definition

Reads a byte from the SPI device.

public override byte ReadByte ();
override this.ReadByte : unit -> byte
Public Overrides Function ReadByte () As Byte

Returns

A byte read from the SPI device.

Applies to