共用方式為


GpioController.PinCount 屬性

定義

取得一般用途 I/O (GPIO) 控制器上的針腳數目。

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

屬性值

Int32

int

GPIO 控制器上的針腳數目。 某些釘選可能無法在使用者模式中使用。 如需針腳號碼如何對應至實體針腳的資訊,請參閱線路板的檔。

Windows 需求

應用程式功能
lowLevel

適用於

另請參閱