ISpiControllerProvider
ISpiControllerProvider
ISpiControllerProvider
ISpiControllerProvider
Interface
Definition
Represents actions common to all SPI controllers.
public : interface ISpiControllerProviderpublic interface ISpiControllerProviderPublic Interface ISpiControllerProvider// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows IoT Extension SDK (introduced v10.0.10586.0)
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Devices.DevicesLowLevelContract (introduced v2)
|
Methods
GetDeviceProvider(ProviderSpiConnectionSettings) GetDeviceProvider(ProviderSpiConnectionSettings) GetDeviceProvider(ProviderSpiConnectionSettings) GetDeviceProvider(ProviderSpiConnectionSettings)
Gets the SPI device with the specified settings.
public : ISpiDeviceProvider GetDeviceProvider(ProviderSpiConnectionSettings settings)public ISpiDeviceProvider GetDeviceProvider(ProviderSpiConnectionSettings settings)Public Function GetDeviceProvider(settings As ProviderSpiConnectionSettings) As ISpiDeviceProvider// You can use this method in JavaScript.
Parameters
- settings
- ProviderSpiConnectionSettings ProviderSpiConnectionSettings ProviderSpiConnectionSettings ProviderSpiConnectionSettings
The desired connection settings.
Returns
The SPI device.