GpioInputPin class

TBD

Syntax

/* For information about creating or accessing this object, see Remarks. */
public sealed class GpioInputPin : IDisposable
Public NotInheritable Class GpioInputPin
    Implements IDisposable
public ref class GpioInputPin sealed : IClosable

Attributes

[DualApiPartition()]

[MarshalingBehavior(Agile)]

[Version]

Members

The GpioInputPin class has these types of members:

  • Methods
  • Properties

Methods

The GpioInputPin class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.

Method Description
Close TBD

 

Properties

The GpioInputPin class has these properties.

Property Access type Description

InputDriveMode

Read-only TBD

Value

Read-only TBD

 

Remarks

TODO: Document how the developer can obtain this class object, and add or update retriever elements as necessary.

Requirements

Minimum supported client

Windows 10 Technical Preview [Windows Store apps, desktop apps]

Minimum supported server

Windows Server Technical Preview [Windows Store apps, desktop apps]

Minimum supported phone

Windows 10 Technical Preview for phones

Namespace

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

Metadata

Windows.winmd

See also

Object

IClosable