Click or drag to resize
PwmProviderManagerGetControllersAsync Method
Gets the PwmController instances for each controller provider.

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 IAsyncOperation<IReadOnlyList<PwmController>> GetControllersAsync()

Return Value

Type: IAsyncOperationIReadOnlyListPwmController
An IAsyncOperation that yields the list of controllers.
See Also