IGpioProvider
IGpioProvider
IGpioProvider
IGpioProvider
Interface
Definition
Represents actions common to general-purpose I/O (GPIO) controller providers.
public : interface IGpioProviderpublic interface IGpioProviderPublic Interface IGpioProvider// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows IoT Extension SDK (introduced v10.0.10586.0)
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Devices.DevicesLowLevelContract (introduced v2)
|
Methods
GetControllers() GetControllers() GetControllers() GetControllers()
Gets the controllers available on the system.
public : IVectorView<IGpioControllerProvider> GetControllers()public IReadOnlyList<IGpioControllerProvider> GetControllers()Public Function GetControllers() As IReadOnlyList( Of IGpioControllerProvider )// You can use this method in JavaScript.
Returns
IVectorView<IGpioControllerProvider>
IReadOnlyList<IGpioControllerProvider>
IReadOnlyList<IGpioControllerProvider>
IReadOnlyList<IGpioControllerProvider>
A list of values that represent the controllers available on the system.