PwmPin.IsStarted プロパティ

定義

ピンの開始状態を取得します。

public:
 property bool IsStarted { bool get(); };
bool IsStarted();
public bool IsStarted { get; }
var boolean = pwmPin.isStarted;
Public ReadOnly Property IsStarted As Boolean

プロパティ値

Boolean

bool

このピンで PWM が開始されている場合は True、それ以外の場合は false。

適用対象