IAdcProvider
IAdcProvider
IAdcProvider
IAdcProvider
Interface
Definition
Represents methods common to all ADC providers.
public : interface IAdcProviderpublic interface IAdcProviderPublic Interface IAdcProvider// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows IoT Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Devices.DevicesLowLevelContract (introduced v1)
|
Methods
GetControllers() GetControllers() GetControllers() GetControllers()
Gets the ADC controllers available on the system.
public : IVectorView<IAdcControllerProvider> GetControllers()public IReadOnlyList<IAdcControllerProvider> GetControllers()Public Function GetControllers() As IReadOnlyList( Of IAdcControllerProvider )// You can use this method in JavaScript.
Returns
IVectorView<IAdcControllerProvider>
IReadOnlyList<IAdcControllerProvider>
IReadOnlyList<IAdcControllerProvider>
IReadOnlyList<IAdcControllerProvider>
When this method completes it returns a list of all the available controllers on the system.