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 总线。

适用于