GpioDriver.GetPinMode(Int32) Method

Definition

Gets the mode of a pin.

protected internal abstract System.Device.Gpio.PinMode GetPinMode (int pinNumber);
abstract member GetPinMode : int -> System.Device.Gpio.PinMode
Protected Friend MustOverride Function GetPinMode (pinNumber As Integer) As PinMode

Parameters

pinNumber
Int32

The pin number in the driver's logical numbering scheme.

Returns

The mode of the pin.

Applies to