Share via


ISpiDeviceStatics Interface

Definition

Represents SPI device statistics common to SPI devices.

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
Attributes

Windows requirements

Device family
Windows IoT Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Devices.DevicesLowLevelContract (introduced in v1.0)

Methods

FromIdAsync(String, SpiConnectionSettings)

Opens a device with the connection settings provided.

GetBusInfo(String)

Retrieves the info about a certain bus.

GetDeviceSelector()

Gets all the SPI buses found on the system.

GetDeviceSelector(String)

Gets all the SPI buses found on the system that match the input parameter.

Applies to