다음을 통해 공유


ProviderSpiConnectionSettings 클래스

정의

디바이스에 대한 연결에 대한 공급자 설정을 나타냅니다.

public ref class ProviderSpiConnectionSettings sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Spi.Provider.IProviderSpiConnectionSettingsFactory, 131072, "Windows.Devices.DevicesLowLevelContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ProviderSpiConnectionSettings final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Spi.Provider.IProviderSpiConnectionSettingsFactory), 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 ProviderSpiConnectionSettings
function ProviderSpiConnectionSettings(chipSelectLine)
Public NotInheritable Class ProviderSpiConnectionSettings
상속
Object Platform::Object IInspectable ProviderSpiConnectionSettings
특성

Windows 요구 사항

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

생성자

ProviderSpiConnectionSettings(Int32)

ProviderSpiConnectionSettings의 새 instance 초기화합니다.

속성

ChipSelectLine

SPI 디바이스에 연결하기 위한 칩 선택줄을 가져오거나 설정합니다.

ClockFrequency

연결의 클록 빈도를 가져오거나 설정합니다.

DataBitLength

이 연결의 데이터에 대한 비트 길이를 가져오거나 설정합니다.

Mode

이 연결에 대한 ProviderSpiMode 를 가져오거나 설정합니다.

SharingMode

SPI 연결에 대한 공유 모드를 가져오거나 설정합니다.

적용 대상