GpioController.Read Method

Definition

Overloads

Read(Int32)

Reads the current value of a pin.

Read(Span<PinValuePair>)

Read the given pins with the given pin numbers.

Read(Int32)

Reads the current value of a pin.

C#
public System.Device.Gpio.PinValue Read (int pinNumber);
C#
public virtual System.Device.Gpio.PinValue Read (int pinNumber);

Parameters

pinNumber
Int32

The pin number in the controller's numbering scheme.

Returns

The value of the pin.

Applies to

.NET IoT Libraries 2.2.0 and other versions
Product Versions
.NET IoT Libraries 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0

Read(Span<PinValuePair>)

Read the given pins with the given pin numbers.

C#
public void Read (Span<System.Device.Gpio.PinValuePair> pinValuePairs);

Parameters

pinValuePairs
Span<PinValuePair>

The pin/value pairs to read.

Applies to

.NET IoT Libraries 2.2.0 and other versions
Product Versions
.NET IoT Libraries 1.0.0, 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0