GpioInterruptType enumeration

TBD

Syntax

var value = Windows.Devices.Gpio.GpioInterruptType.fallingEdge;
public enum GpioInterruptType
Public Enum GpioInterruptType
public enum class GpioInterruptType

Attributes

[Version]

Members

The GpioInterruptType enumeration has these members.

Member Value Description
FallingEdge | fallingEdge 0
RisingEdge | risingEdge 1
ActiveLow | activeLow 2
ActiveHigh | activeHigh 3
ActiveBoth | activeBoth 4

Requirements

Minimum supported client

Windows 10 Technical Preview

Minimum supported server

Windows Server Technical Preview

Minimum supported phone

Windows 10 Technical Preview for phones

Namespace

Windows.Devices.Gpio Windows::Devices::Gpio [C++]

Metadata

Windows.winmd