Share via


IPwmProvider.GetControllers Method

Definition

Gets the controllers available on the system.

public:
 IVectorView<IPwmControllerProvider ^> ^ GetControllers();
IVectorView<IPwmControllerProvider> GetControllers();
public IReadOnlyList<IPwmControllerProvider> GetControllers();
function getControllers()
Public Function GetControllers () As IReadOnlyList(Of IPwmControllerProvider)

Returns

Returns a list of PWM controllers available on the system.

Applies to