共用方式為


ILowLevelDevicesAggregateProvider 介面

定義

表示所有低階裝置匯總提供者通用的屬性。

public interface class ILowLevelDevicesAggregateProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 131072)]
/// [Windows.Foundation.Metadata.Guid(2805880348, 43713, 20167, 168, 82, 71, 159, 112, 96, 208, 31)]
struct ILowLevelDevicesAggregateProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 131072)]
[Windows.Foundation.Metadata.Guid(2805880348, 43713, 20167, 168, 82, 71, 159, 112, 96, 208, 31)]
public interface ILowLevelDevicesAggregateProvider
Public Interface ILowLevelDevicesAggregateProvider
衍生
屬性

Windows 需求

裝置系列
Windows IoT Extension SDK (已於 10.0.10586.0 引進)
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Devices.DevicesLowLevelContract (已於 v2.0 引進)

屬性

AdcControllerProvider

取得預設 ADC 提供者。 如果未明確設定預設提供者,則會回復為一般驅動程式/控制器。

GpioControllerProvider

取得預設 GPIO 提供者。 如果未明確設定預設提供者,則會回復為一般驅動程式/控制器。

I2cControllerProvider

取得預設的 I2 C 提供者。 如果未明確設定預設提供者,則會回復為一般驅動程式/控制器。

PwmControllerProvider

取得預設的 PWM 提供者。 如果未明確設定預設提供者,則會回復為一般驅動程式/控制器。

SpiControllerProvider

取得預設 SPI 提供者。 如果未明確設定預設提供者,則會回復為一般驅動程式/控制器。

適用於