GpioController.PinCount 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 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
|