GpioChangeRecord
GpioChangeRecord
GpioChangeRecord
GpioChangeRecord
Struct
Definition
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.
public : struct GpioChangeRecordpublic struct GpioChangeRecordPublic Structure GpioChangeRecord// You can use this struct in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Devices.DevicesLowLevelContract (introduced v3)
|
Fields
Edge Edge Edge Edge
A GpioPinEdge object corresponding to the transition type.
public : field GpioPinEdge Edgepublic field GpioPinEdge EdgePublic Field Edge// You can use this field in JavaScript.
RelativeTime RelativeTime RelativeTime 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.
public : field TimeSpan RelativeTimepublic field TimeSpan RelativeTimePublic Field RelativeTime// You can use this field in JavaScript.