共用方式為


GpioChangeReader.IsStarted 屬性

定義

取得釘選變更錄製目前是否為使用中。

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

屬性值

Boolean

bool

如果目前正在記錄釘選變更,則傳回 true,否則傳回 false。

適用於