다음을 통해 공유


ProviderI2cConnectionSettings 클래스

정의

통합 회로(I2 C) 디바이스에 사용할 연결 설정을 나타냅니다.

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

Windows 요구 사항

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

속성

BusSpeed

통합 회로(I2 C) 디바이스에 연결하는 데 사용할 버스 속도를 가져오거나 설정합니다. 버스 속도는 디바이스에 액세스할 때 I2 C 버스를 클록하는 빈도입니다.

SharingMode

통합 회로(I2 C) 버스 주소에 연결하는 데 사용할 공유 모드를 가져오거나 설정합니다. 이 모드는I2 C 버스 주소에 연결하는 동안 I 2C 버스 주소에 대한 다른 연결을 열 수 있는지 여부를 결정합니다.

SlaveAddress

통합 회로(I2 C) 디바이스의 버스 주소를 가져오거나 설정합니다.

적용 대상