SpiController Class

Definition

Represents the SPI controller on the system.

public ref class SpiController sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SpiController final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SpiController
Public NotInheritable Class SpiController
Inheritance
Object Platform::Object IInspectable SpiController
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(ISpiProvider)

Gets all the SPI controllers that are on the system.

GetDefaultAsync()

Gets the default SPI controller on the system.

GetDevice(SpiConnectionSettings)

Gets the SPI device with the specified settings.

Applies to