共用方式為


Ft232HI2c.WriteByte(Byte) 方法

定義

將位元組寫入 I2C 裝置。

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

參數

value
Byte

要寫入 I2C 裝置的位元組。

適用於