共用方式為


I2cDevice.WriteByte(Byte) 方法

定義

將位元組寫入 I2C 裝置。

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)

參數

value
Byte

要寫入 I2C 裝置的位元組。

適用於