ISpiDeviceStatics インターフェイス

定義

SPI デバイスに共通の SPI デバイス統計情報を表します。

public interface class ISpiDeviceStatics
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2725832025, 22304, 19775, 189, 147, 86, 245, 255, 90, 88, 121)]
struct ISpiDeviceStatics
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 65536)]
[Windows.Foundation.Metadata.Guid(2725832025, 22304, 19775, 189, 147, 86, 245, 255, 90, 88, 121)]
public interface ISpiDeviceStatics
Public Interface ISpiDeviceStatics
属性

Windows の要件

デバイス ファミリ
Windows IoT Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Devices.DevicesLowLevelContract (v1.0 で導入)

メソッド

FromIdAsync(String, SpiConnectionSettings)

接続設定が指定されたデバイスを開きます。

GetBusInfo(String)

特定のバスに関する情報を取得します。

GetDeviceSelector()

システムで検出されたすべての SPI バスを取得します。

GetDeviceSelector(String)

入力パラメーターに一致するシステムで検出されたすべての SPI バスを取得します。

適用対象