II2cControllerProvider.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 I2 C device provider with the specified settings.
public:
II2cDeviceProvider ^ GetDeviceProvider(ProviderI2cConnectionSettings ^ settings);
II2cDeviceProvider GetDeviceProvider(ProviderI2cConnectionSettings const& settings);
public II2cDeviceProvider GetDeviceProvider(ProviderI2cConnectionSettings settings);
function getDeviceProvider(settings)
Public Function GetDeviceProvider (settings As ProviderI2cConnectionSettings) As II2cDeviceProvider
Parameters
- settings
- ProviderI2cConnectionSettings
The desired settings.
Returns
The I2 C device provider.