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