IPwmProvider
IPwmProvider
IPwmProvider
IPwmProvider
Interface
Definition
Represents methods common to all PWM providers.
public : interface IPwmProviderpublic interface IPwmProviderPublic Interface IPwmProvider// 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 controllers available on the system.
public : IVectorView<IPwmControllerProvider> GetControllers()public IReadOnlyList<IPwmControllerProvider> GetControllers()Public Function GetControllers() As IReadOnlyList( Of IPwmControllerProvider )// You can use this method in JavaScript.
Returns
IVectorView<IPwmControllerProvider>
IReadOnlyList<IPwmControllerProvider>
IReadOnlyList<IPwmControllerProvider>
IReadOnlyList<IPwmControllerProvider>
Returns a list of PWM controllers available on the system.