Compartir a través de


Mcp23xxx.Read Método

Definición

Sobrecargas

Read(Int32)

Lee el valor de un pin.

Read(Span<PinValuePair>)

Lee el valor de un conjunto de patillas.

Read(Int32)

Lee el valor de un pin.

protected override System.Device.Gpio.PinValue Read (int pinNumber);
override this.Read : int -> System.Device.Gpio.PinValue
Protected Overrides Function Read (pinNumber As Integer) As PinValue

Parámetros

pinNumber
Int32

Número de patilla.

Devoluciones

Valor de patilla alto o bajo.

Se aplica a

Read(Span<PinValuePair>)

Lee el valor de un conjunto de patillas.

protected void Read (Span<System.Device.Gpio.PinValuePair> pinValuePairs);
override this.Read : Span<System.Device.Gpio.PinValuePair> -> unit
Protected Sub Read (pinValuePairs As Span(Of PinValuePair))

Parámetros

pinValuePairs
Span<PinValuePair>

Se aplica a