Share via


ISpiProvider Interface

Definition

Represents actions common to SPI controller providers.

public interface class ISpiProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 131072)]
/// [Windows.Foundation.Metadata.Guid(2528403938, 30676, 18638, 170, 160, 117, 113, 90, 131, 98, 207)]
struct ISpiProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 131072)]
[Windows.Foundation.Metadata.Guid(2528403938, 30676, 18638, 170, 160, 117, 113, 90, 131, 98, 207)]
public interface ISpiProvider
Public Interface ISpiProvider
Attributes

Windows requirements

Device family
Windows IoT Extension SDK (introduced in 10.0.10586.0)
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Devices.DevicesLowLevelContract (introduced in v2.0)

Methods

GetControllersAsync()

Gets all the SPI controllers on the system for the provider.

Applies to