HummingBoardDriver.Read(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.
Reads the current value of a pin.
protected internal override System.Device.Gpio.PinValue Read (int pinNumber);
override this.Read : int -> System.Device.Gpio.PinValue
Protected Friend Overrides Function Read (pinNumber As Integer) As PinValue
Parameters
- pinNumber
- Int32
The pin number in the driver's logical numbering scheme.
Returns
The value of the pin.