GpioPinValueChangedEventArgs 类

定义

提供有关当常规用途 I/O (GPIO) 引脚的值发生更改时发生的 GpioPin.ValueChanged 事件的数据,无论是由于引脚配置为输入时的外部刺激,还是当将中的引脚配置为输出时将值写入引脚时。

public ref class GpioPinValueChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class GpioPinValueChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class GpioPinValueChangedEventArgs
Public NotInheritable Class GpioPinValueChangedEventArgs
继承
Object Platform::Object IInspectable GpioPinValueChangedEventArgs
属性

Windows 要求

设备系列
Windows IoT Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.Devices.DevicesLowLevelContract (在 v1.0 中引入)

注解

GpioPinValueChangedEventArgs 将传递给为 GpioPin.ValueChanged 事件实现的事件处理程序。

属性

Edge

获取 GpioPin.ValueChanged 事件的常规用途 I/O (GPIO) 引脚的值发生更改的类型。

适用于

另请参阅