GpioChangeCounter.IsStarted Property

Definition

Gets whether pin change counting is currently active.

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

Property Value

Boolean

bool

Remarks

Returns TRUE if pin change counting is active, and FALSE otherwise.

Applies to