共用方式為


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 匯流排。

適用於