GpioController.OpenPin(UInt32) | openPin(UInt32) method

[This documentation is preliminary and is subject to change.]

TBD

Syntax

var gpioPin = gpioController.openPin(pinNumber);
public GpioPin OpenPin(
  uint pinNumber
)
Public Function OpenPin(
  pinNumber As UInteger 
) As GpioPin
public:
GpioPin^ OpenPin(
  unsigned int pinNumber
)

Parameters

  • pinNumber
    Type: Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]

Return value

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

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

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

GpioController

OpenPin(UInt32, GpioSharingMode)