GpioInputPin.Value | value property

TBD

Syntax

var value = gpioInputPin.value;
public GpioPinValue Value { get; }
Public ReadOnly Property Value As GpioPinValue
public:
property GpioPinValue Value { 
   GpioPinValue get();
}

Property value

Type: GpioPinValue

TBD

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

See also

GpioInputPin