Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SpiController Class

Definition

Namespace:
Windows.Devices.Spi

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

Requirements Description
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

Name Description
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


Feedback

Was this page helpful?