GpioChangeCounter.Reset Method
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.
Resets the count to 0 and returns the previous count.
GpioChangeCount Reset();
public GpioChangeCount Reset();
function reset()
Public Function Reset () As GpioChangeCount
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.