Click or drag to resize
AdcProviderManager Class
An implementation of IAdcProvider that allows multiple ADC controllers to be registered as a simple collection.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.DeviceCore.AdcAdcProviderManager

Namespace: Microsoft.IoT.DeviceCore.Adc
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class AdcProviderManager : IAdcProvider, 
	IClosable, IStringable

The AdcProviderManager type exposes the following members.

Constructors
  NameDescription
Public methodAdcProviderManager
Initializes a new AdcProviderManager.
Top
Properties
  NameDescription
Public propertyProviders
Gets the collection of providers stored in the manager.
Top
Methods
  NameDescription
Public methodClose
Public methodEquals (Inherited from Object.)
Public methodGetControllersAsync
Gets the AdcController instances for each controller provider.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks
All controllers should be added to the Providers collection before calling GetControllersAsync.
See Also