II2cControllerProvider
II2cControllerProvider
II2cControllerProvider
II2cControllerProvider
Interface
Definition
Represents properties and methods common to all I2 C controllers.
public : interface II2cControllerProviderpublic interface II2cControllerProviderPublic Interface II2cControllerProvider// 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(ProviderI2cConnectionSettings) GetDeviceProvider(ProviderI2cConnectionSettings) GetDeviceProvider(ProviderI2cConnectionSettings) GetDeviceProvider(ProviderI2cConnectionSettings)
Gets the I2 C device provider with the specified settings.
public : II2cDeviceProvider GetDeviceProvider(ProviderI2cConnectionSettings settings)public II2cDeviceProvider GetDeviceProvider(ProviderI2cConnectionSettings settings)Public Function GetDeviceProvider(settings As ProviderI2cConnectionSettings) As II2cDeviceProvider// You can use this method in JavaScript.
Parameters
- settings
- ProviderI2cConnectionSettings ProviderI2cConnectionSettings ProviderI2cConnectionSettings ProviderI2cConnectionSettings
The desired settings.
Returns
The I2 C device provider.