SpiDevice.WriteByte(Byte) Method

Definition

Writes a byte to the SPI device.

public abstract void WriteByte (byte value);
public virtual void WriteByte (byte value);
abstract member WriteByte : byte -> unit
abstract member WriteByte : byte -> unit
override this.WriteByte : byte -> unit
Public MustOverride Sub WriteByte (value As Byte)
Public Overridable Sub WriteByte (value As Byte)

Parameters

value
Byte

The byte to be written to the SPI device.

Applies to