Click or drag to resize
PwmProviderManager Class
An implementation of IPwmProvider that allows multiple PWM controllers to be registered as a simple collection.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.DeviceCore.PwmPwmProviderManager

Namespace: Microsoft.IoT.DeviceCore.Pwm
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class PwmProviderManager : IPwmProvider, 
	IClosable, IStringable

The PwmProviderManager type exposes the following members.

Constructors
  NameDescription
Public methodPwmProviderManager
Initializes a new PwmProviderManager.
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 PwmController 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