Compartir a través de


GpioPin.PinNumber Propiedad

Definición

Obtiene el número de patilla del pin de E/S de uso general (GPIO).

public:
 property int PinNumber { int get(); };
int PinNumber();
public int PinNumber { get; }
var int32 = gpioPin.pinNumber;
Public ReadOnly Property PinNumber As Integer

Valor de propiedad

Int32

int

Número de patilla del pin GPIO.

Requisitos de Windows

Características de aplicaciones
lowLevel

Se aplica a

Consulte también