Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 822 Bytes

File metadata and controls

21 lines (15 loc) · 822 Bytes
-api-id T:Windows.Devices.Gpio.GpioPinValueChangedEventArgs
-api-type winrt class

Windows.Devices.Gpio.GpioPinValueChangedEventArgs

-description

Provides data about the GpioPin.ValueChanged event that occurs when the value of the general-purpose I/O (GPIO) pin changes, either because of an external stimulus when the pin is configured as an input, or when a value is written to the pin when the pin in configured as an output.

-remarks

GpioPinValueChangedEventArgs is passed to the event handler that you implement for the GpioPin.ValueChanged event.

-examples

-see-also

GpioPin.ValueChanged