I2cController 클래스

정의

시스템의I2 C 컨트롤러를 나타냅니다.

public ref class I2cController sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class I2cController final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class I2cController
Public NotInheritable Class I2cController
상속
Object Platform::Object IInspectable I2cController
특성

Windows 요구 사항

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

메서드

GetControllersAsync(II2cProvider)

시스템에 있는 모든I2 C 컨트롤러를 가져옵니다.

GetDefaultAsync()

시스템의 기본 I2C 컨트롤러를 가져옵니다.

GetDevice(I2cConnectionSettings)

지정된 설정이 있는I2 C 디바이스를 가져옵니다.

적용 대상