GpioChangeReader.IsStarted Property

Definition

Gets whether pin change recording is currently active.

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

Property Value

Boolean

bool

Returns true if pin changes are currently being recorded, and false otherwise.

Applies to