I2cTransferResult 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供有關資料傳輸是否成功執行ReadPartial、WritePartial 或 WriteReadPartial方法的資訊,以及方法傳輸的實際位元組數目。
public value class I2cTransferResult
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 65536)]
struct I2cTransferResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 65536)]
public struct I2cTransferResult
var i2cTransferResult = {
status : /* Your value */,
bytesTransferred : /* Your value */
}
Public Structure I2cTransferResult
- 繼承
-
I2cTransferResult
- 屬性
Windows 需求
裝置系列 |
Windows IoT Extension SDK (已於 10.0.10240.0 引進)
|
API contract |
Windows.Devices.DevicesLowLevelContract (已於 v1.0 引進)
|
欄位
BytesTransferred |
作業實際傳輸的實際位元組數目。 下表說明這個值針對每個方法所代表的內容。
|
||||||||
Status |
列舉值,指出讀取或寫入作業是否傳輸方法要求的完整位元組數目,或完整傳輸失敗的原因。 針對 WriteReadPartial,值會指出寫入和讀取作業的資料是否完全傳輸。 |