Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 788 Bytes

gpiochangerecord.md

File metadata and controls

31 lines (21 loc) · 788 Bytes
-api-id -api-type
T:Windows.Devices.Gpio.GpioChangeRecord
winrt struct

Windows.Devices.Gpio.GpioChangeRecord

-description

Stores a relative timestap of a general-purpose I/O (GPIO) pin value change, and whether the pin transitioned from low to high or from high to low.

-struct-fields

-field Edge

A GpioPinEdge object corresponding to the transition type.

-field RelativeTime

A relative timestamp that can be used to determine the difference in time between two change records. This timestamp does not correspond to any absolute or system time.

-remarks

-see-also

-examples