共用方式為


Ft4222Spi.WriteByte(Byte) 方法

定義

將位元組寫入 SPI 裝置。

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

參數

value
Byte

要寫入 SPI 裝置的位元組。

適用於