SpiController クラス

定義

システム上の SPI コントローラーを表します。

public ref class SpiController sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SpiController final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SpiController
Public NotInheritable Class SpiController
継承
Object Platform::Object IInspectable SpiController
属性

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(ISpiProvider)

システム上にあるすべての SPI コントローラーを取得します。

GetDefaultAsync()

システム上の既定の SPI コントローラーを取得します。

GetDevice(SpiConnectionSettings)

指定した設定の SPI デバイスを取得します。

適用対象