共用方式為


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。

適用於