GpioPinValueChangedEventArgs.Edge プロパティ

定義

GpioPin.ValueChanged イベントの汎用 I/O (GPIO) ピンの値に対して発生した変更の種類を取得します。

public:
 property GpioPinEdge Edge { GpioPinEdge get(); };
GpioPinEdge Edge();
public GpioPinEdge Edge { get; }
var gpioPinEdge = gpioPinValueChangedEventArgs.edge;
Public ReadOnly Property Edge As GpioPinEdge

プロパティ値

GpioPin.ValueChanged イベントの GPIO ピンの値に対して発生した変更の種類を示す列挙値。

Windows の要件

アプリの機能
lowLevel

適用対象

こちらもご覧ください