GpioPin.PinNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|