Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.19 KB

lowleveldevicesaggregateprovider_lowleveldevicesaggregateprovider_897317454.md

File metadata and controls

35 lines (24 loc) · 1.19 KB
-api-id -api-type
M:Windows.Devices.LowLevelDevicesAggregateProvider.#ctor(Windows.Devices.Adc.Provider.IAdcControllerProvider,Windows.Devices.Pwm.Provider.IPwmControllerProvider,Windows.Devices.Gpio.Provider.IGpioControllerProvider,Windows.Devices.I2c.Provider.II2cControllerProvider,Windows.Devices.Spi.Provider.ISpiControllerProvider)
winrt method

Windows.Devices.LowLevelDevicesAggregateProvider.LowLevelDevicesAggregateProvider

-description

Creates an instance of LowLevelDevicesAggregateProvider and sets the supplied providers as defaults for the respective bus.

-parameters

-param adc

The ADC provider.

-param pwm

The PWM provider.

-param gpio

The GPIO provider.

-param i2c

The I2 C provider.

-param spi

The SPI provider.

-remarks

-examples

-see-also