Mcp23xxx.Read Method

Definition

Overloads

Read(Int32)

Reads the value of a pin.

Read(Span<PinValuePair>)

Reads the value of a set of pins

Read(Int32)

Reads the value of a pin.

C#
protected override System.Device.Gpio.PinValue Read (int pinNumber);

Parameters

pinNumber
Int32

The pin number.

Returns

High or low pin value.

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>)

Reads the value of a set of pins

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

Parameters

pinValuePairs
Span<PinValuePair>

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