ISpiControllerProvider.GetDeviceProvider Method
Definition
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.
Gets the SPI device with the specified settings.
public:
ISpiDeviceProvider ^ GetDeviceProvider(ProviderSpiConnectionSettings ^ settings);
ISpiDeviceProvider GetDeviceProvider(ProviderSpiConnectionSettings const& settings);
public ISpiDeviceProvider GetDeviceProvider(ProviderSpiConnectionSettings settings);
function getDeviceProvider(settings)
Public Function GetDeviceProvider (settings As ProviderSpiConnectionSettings) As ISpiDeviceProvider
Parameters
- settings
- ProviderSpiConnectionSettings
The desired connection settings.
Returns
The SPI device.