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 ピンの数。

適用対象