Compartilhar via


GpioDriver.Read(Int32) Método

Definição

Lê o valor atual de um pin.

protected internal abstract System.Device.Gpio.PinValue Read (int pinNumber);
abstract member Read : int -> System.Device.Gpio.PinValue
Protected Friend MustOverride Function Read (pinNumber As Integer) As PinValue

Parâmetros

pinNumber
Int32

O número de fixação no esquema de numeração lógica do driver.

Retornos

O valor do pino.

Aplica-se a