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

적용 대상