GpioController.ClosePin(Int32) Method

Definition

Closes an open pin. If allowed by the driver, the state of the pin is not changed.

public void ClosePin (int pinNumber);
member this.ClosePin : int -> unit
Public Sub ClosePin (pinNumber As Integer)

Parameters

pinNumber
Int32

The pin number in the controller's numbering scheme.

Applies to