GpioPin.PinNumber Property

Definition

Gets the pin number of the general-purpose I/O (GPIO) pin.

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

Property Value

Int32

int

The pin number of the GPIO pin.

Windows requirements

App capabilities
lowLevel

Applies to

See also