PwmController.PinCount プロパティ

定義

システムで使用できるピンの数を取得します。

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

プロパティ値

Int32

int

ピンの数。

適用対象