ISpiDeviceStatics 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表 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 匯流排。 |