I2cDevice.WriteByte(Byte) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將位元組寫入 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 裝置的位元組。