共用方式為


I2cDevice.Write(Byte[]) 方法

定義

根據您用來建立I2cDevice物件的I2cConnectionSettings 物件中指定的匯流排位址,將資料寫入裝置所連接的整合線路 (I2C) 匯流排。

public:
 virtual void Write(Platform::Array <byte> ^ buffer) = Write;
void Write(winrt::array_view <byte> const& buffer);
public void Write(byte[] buffer);
function write(buffer)
Public Sub Write (buffer As Byte())

參數

buffer

Byte[]

byte[]

緩衝區,其中包含您想要寫入 I2 C 裝置的資料。 此資料不應包含匯流排位址。

Windows 需求

應用程式功能
lowLevel

備註

錯誤碼

0x80070002

未認可匯流排位址。

0x8007045D

在寫入整個緩衝區之前,I2 C 裝置會負面認可資料傳輸。

適用於

另請參閱