GpioPin.PinNumber プロパティ

定義

汎用 I/O (GPIO) ピンのピン番号を取得します。

public:
 property int PinNumber { int get(); };
int PinNumber();
public int PinNumber { get; }
var int32 = gpioPin.pinNumber;
Public ReadOnly Property PinNumber As Integer

プロパティ値

Int32

int

GPIO ピンのピン番号。

Windows の要件

アプリの機能
lowLevel

適用対象

こちらもご覧ください