GpioController.ClosePin(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.