Edit

Share via


GpioPin.Read Method

Definition

Reads the current value of the general-purpose I/O (GPIO) pin.

public virtual System.Device.Gpio.PinValue Read ();
abstract member Read : unit -> System.Device.Gpio.PinValue
override this.Read : unit -> System.Device.Gpio.PinValue
Public Overridable Function Read () As PinValue

Returns

The current value of the GPIO pin. If the pin is configured as an output, this value is the last value written to the pin.

Applies to