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 提供程序。 如果未显式设置默认提供程序,它将回退到正常的驱动程序/控制器。

适用于