DummyGpioDriver.GetPinMode(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.
Gets the mode of a pin.
protected override System.Device.Gpio.PinMode GetPinMode (int pinNumber);
override this.GetPinMode : int -> System.Device.Gpio.PinMode
Protected Overrides 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.