Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 628 Bytes

gpiochangecounter_reset_1636126115.md

File metadata and controls

30 lines (17 loc) · 628 Bytes
-api-id -api-type
M:Windows.Devices.Gpio.GpioChangeCounter.Reset
winrt method

Windows.Devices.Gpio.GpioChangeCounter.Reset

-description

Resets the count to 0 and returns the previous count.

-returns

A GpioChangeCount structure containing a count and an associated timestamp.

-remarks

The following exception can be thrown by this method:

  • HRESULT_FROM_WIN32(ERROR_INVALID_HANDLE) - the change counter or the associated pin has been disposed.

-see-also

-examples