Edit

Share via


Ft232HSpi.WriteByte(Byte) Method

Definition

Writes a byte to the SPI device.

public override void WriteByte (byte value);
override this.WriteByte : byte -> unit
Public Overrides Sub WriteByte (value As Byte)

Parameters

value
Byte

The byte to be written to the SPI device.

Applies to