IGpioProvider Interface

Definition

Represents actions common to general-purpose I/O (GPIO) controller providers.

public interface class IGpioProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 131072)]
/// [Windows.Foundation.Metadata.Guid(1156065031, 2250, 17226, 175, 224, 214, 21, 128, 68, 111, 126)]
struct IGpioProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 131072)]
[Windows.Foundation.Metadata.Guid(1156065031, 2250, 17226, 175, 224, 214, 21, 128, 68, 111, 126)]
public interface IGpioProvider
Public Interface IGpioProvider
Attributes

Windows requirements

Device family
Windows IoT Extension SDK (introduced in 10.0.10586.0)
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Devices.DevicesLowLevelContract (introduced in v2.0)

Methods

GetControllers()

Gets the controllers available on the system.

Applies to