共用方式為


I2cDevice.WritePartial(Byte[]) 方法

定義

將資料寫入裝置連線所在的整合式線路 (I2 C) 匯流排,並傳回可用來處理錯誤之作業成功的相關資訊。

public:
 virtual I2cTransferResult WritePartial(Platform::Array <byte> ^ buffer) = WritePartial;
I2cTransferResult WritePartial(winrt::array_view <byte> const& buffer);
public I2cTransferResult WritePartial(byte[] buffer);
function writePartial(buffer)
Public Function WritePartial (buffer As Byte()) As I2cTransferResult

參數

buffer

Byte[]

byte[]

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

傳回

結構,其中包含寫入作業成功的相關資訊,以及作業寫入緩衝區的實際位元組數目。

Windows 需求

應用程式功能
lowLevel

適用於

另請參閱