RaspberryPi3Driver.GetAlternatePinMode(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve the current alternate pin mode for a given logical pin. This works also with closed pins.
public System.Device.Gpio.Drivers.RaspberryPi3Driver.AltMode GetAlternatePinMode(int pinNumber);
member this.GetAlternatePinMode : int -> System.Device.Gpio.Drivers.RaspberryPi3Driver.AltMode
Public Function GetAlternatePinMode (pinNumber As Integer) As RaspberryPi3Driver.AltMode
Parameters
- pinNumber
- Int32
Pin number in the logical scheme of the driver
Returns
Current pin mode