共用方式為


GpioChangeCounter.IsStarted 屬性

定義

取得針腳變更計數目前是否為使用中。

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

屬性值

Boolean

bool

備註

如果針腳變更計數為使用中,則傳回 TRUE,否則傳回 FALSE。

適用於