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