Share via


LowLevelDevicesAggregateProvider 클래스

정의

낮은 수준의 버스 디바이스 공급자를 나타냅니다. 이 클래스는 하위 수준 버스 컨트롤러에 대한 기본 공급자에 대한 액세스를 제공합니다.

public ref class LowLevelDevicesAggregateProvider sealed : ILowLevelDevicesAggregateProvider
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.ILowLevelDevicesAggregateProviderFactory, 131072, "Windows.Devices.DevicesLowLevelContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class LowLevelDevicesAggregateProvider final : ILowLevelDevicesAggregateProvider
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.ILowLevelDevicesAggregateProviderFactory), 131072, "Windows.Devices.DevicesLowLevelContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class LowLevelDevicesAggregateProvider : ILowLevelDevicesAggregateProvider
function LowLevelDevicesAggregateProvider(adc, pwm, gpio, i2c, spi)
Public NotInheritable Class LowLevelDevicesAggregateProvider
Implements ILowLevelDevicesAggregateProvider
상속
Object Platform::Object IInspectable LowLevelDevicesAggregateProvider
특성
구현

Windows 요구 사항

디바이스 패밀리
Windows IoT Extension SDK (10.0.10586.0에서 도입되었습니다.)
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Devices.DevicesLowLevelContract (v2.0에서 도입되었습니다.)

생성자

LowLevelDevicesAggregateProvider(IAdcControllerProvider, IPwmControllerProvider, IGpioControllerProvider, II2cControllerProvider, ISpiControllerProvider)

LowLevelDevicesAggregateProvider의 instance 만들고 제공된 공급자를 해당 버스의 기본값으로 설정합니다.

속성

AdcControllerProvider

기본 ADC 공급자를 가져옵니다. 기본 공급자가 명시적으로 설정되지 않은 경우 일반 드라이버/컨트롤러로 대체됩니다.

GpioControllerProvider

기본 GPIO 공급자를 가져옵니다. 기본 공급자가 명시적으로 설정되지 않은 경우 일반 드라이버/컨트롤러로 대체됩니다.

I2cControllerProvider

기본 I2 C 공급자를 가져옵니다. 기본 공급자가 명시적으로 설정되지 않은 경우 일반 드라이버/컨트롤러로 대체됩니다.

PwmControllerProvider

기본 PWM 공급자를 가져옵니다. 기본 공급자가 명시적으로 설정되지 않은 경우 일반 드라이버/컨트롤러로 대체됩니다.

SpiControllerProvider

기본 SPI 공급자를 가져옵니다. 기본 공급자가 명시적으로 설정되지 않은 경우 일반 드라이버/컨트롤러로 대체됩니다.

적용 대상

추가 정보