Compartir a través de


GpioController.Read Método

Definición

Sobrecargas

Read(Int32)

Lee el valor actual de un pin.

Read(Span<PinValuePair>)

Lea los pines especificados con los números de patilla especificados.

Read(Int32)

Lee el valor actual de un pin.

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

Parámetros

pinNumber
Int32

Número de patilla del esquema de numeración del controlador.

Devoluciones

Valor del pin.

Se aplica a

Read(Span<PinValuePair>)

Lea los pines especificados con los números de patilla especificados.

public void Read (Span<System.Device.Gpio.PinValuePair> pinValuePairs);
member this.Read : Span<System.Device.Gpio.PinValuePair> -> unit
Public Sub Read (pinValuePairs As Span(Of PinValuePair))

Parámetros

pinValuePairs
Span<PinValuePair>

Pares de pin/valor que se van a leer.

Se aplica a