GpioInputPin.InputDriveMode | inputDriveMode property

TBD

Syntax

var inputDriveMode = gpioInputPin.inputDriveMode;
public GpioInputDriveMode InputDriveMode { get; }
Public ReadOnly Property InputDriveMode As GpioInputDriveMode
public:
property GpioInputDriveMode InputDriveMode { 
   GpioInputDriveMode get();
}

Property value

Type: GpioInputDriveMode

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