IGpioControllerProvider.PinCount 属性

定义

获取可用的常规用途 I/O (GPIO) 引脚的数目。

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

属性值

Int32

int

可用的 GPIO 引脚数。

适用于