共用方式為


IGpioControllerProvider 介面

定義

代表所有一般用途 I/O (GPIO) 控制器通用的動作。

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
屬性

Windows 需求

裝置系列
Windows IoT Extension SDK (已於 10.0.10586.0 引進)
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Devices.DevicesLowLevelContract (已於 v2.0 引進)

屬性

PinCount

取得可用的一般用途 I/O (GPIO) 針腳數目。

方法

OpenPinProvider(Int32, ProviderGpioSharingMode)

開啟並傳回特定針腳的一般用途 I/O (GPIO) 針腳提供者。

適用於