IGpioControllerProvider.PinCount プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
使用可能な汎用 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
プロパティ値
使用可能な GPIO ピンの数。
適用対象