共用方式為


GpioDriver.IsPinModeSupported(Int32, PinMode) 方法

定義

檢查針腳是否支援特定模式。

protected internal abstract bool IsPinModeSupported (int pinNumber, System.Device.Gpio.PinMode mode);
abstract member IsPinModeSupported : int * System.Device.Gpio.PinMode -> bool
Protected Friend MustOverride Function IsPinModeSupported (pinNumber As Integer, mode As PinMode) As Boolean

參數

pinNumber
Int32

驅動程式邏輯編號配置中的針腳編號。

mode
PinMode

要檢查的模式。

傳回

如果針腳支援模式,則為狀態。

適用於