GpioChangeReader.IsStarted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.