IGpioControllerProvider Interface

Definition

Represents the actions common to all general-purpose I/O (GPIO) controllers.

public interface class IGpioControllerProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 131072)]
/// [Windows.Foundation.Metadata.Guid(2903625415, 6634, 19233, 135, 79, 185, 26, 237, 74, 37, 219)]
struct IGpioControllerProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 131072)]
[Windows.Foundation.Metadata.Guid(2903625415, 6634, 19233, 135, 79, 185, 26, 237, 74, 37, 219)]
public interface IGpioControllerProvider
Public Interface IGpioControllerProvider
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)

Properties

PinCount

Gets the number of general-purpose I/O (GPIO) pins available.

Methods

OpenPinProvider(Int32, ProviderGpioSharingMode)

Opens and returns the general-purpose I/O (GPIO) pin provider for a specific pin.

Applies to