GpioController.PinCount Property

Definition

Gets the number of pins on the general-purpose I/O (GPIO) controller.

public:
 property int PinCount { int get(); };
int PinCount();
public int PinCount { get; }
var int32 = gpioController.pinCount;
Public ReadOnly Property PinCount As Integer

Property Value

Int32

int

The number of pins on the GPIO controller. Some pins may not be available in user mode. For information about how the pin numbers correspond to physical pins, see the documentation for your circuit board.

Windows requirements

App capabilities
lowLevel

Applies to

See also