共用方式為


II2cDeviceProvider.ReadPartial(Byte[]) 方法

定義

從裝置連線到指定緩衝區的整合電路 (I2 C) 匯流排讀取資料,並傳回可用來處理錯誤之作業成功的相關資訊。

public:
 ProviderI2cTransferResult ReadPartial(Platform::Array <byte> ^ buffer);
ProviderI2cTransferResult ReadPartial(winrt::array_view <byte> & buffer);
public ProviderI2cTransferResult ReadPartial(byte[] buffer);
function readPartial(buffer)
Public Function ReadPartial (buffer As Byte()) As ProviderI2cTransferResult

參數

buffer

Byte[]

byte[]

您要從 I2 C 匯流排讀取資料的緩衝區。 緩衝區的長度會決定要從裝置要求多少資料。

傳回

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

適用於