IGpioProvider.GetControllers Method

Definition

Gets the controllers available on the system.

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

Returns

A list of values that represent the controllers available on the system.

Applies to