ILowLevelDevicesAggregateProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents properties common to all low level device aggregate providers.
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
- Derived
- Attributes
Windows requirements
Device family |
Windows IoT Extension SDK (introduced in 10.0.10586.0)
Windows 10 Anniversary Edition (introduced in 10.0.14393.0) |
API contract |
Windows.Devices.DevicesLowLevelContract (introduced in v2.0)
|
Properties
AdcControllerProvider |
Gets the default ADC provider. If the default provider is not explicitly set, it will fall back to the normal driver/controller. |
GpioControllerProvider |
Gets the default GPIO provider. If the default provider is not explicitly set, it will fall back to the normal driver/controller. |
I2cControllerProvider |
Gets the default I2 C provider. If the default provider is not explicitly set, it will fall back to the normal driver/controller. |
PwmControllerProvider |
Gets the default PWM provider. If the default provider is not explicitly set, it will fall back to the normal driver/controller. |
SpiControllerProvider |
Gets the default SPI provider. If the default provider is not explicitly set, it will fall back to the normal driver/controller. |