Ft4222Gpio.OpenPin(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.
Opens a pin in order for it to be ready to use. The driver attempts to open the pin without changing its mode or value.
protected override void OpenPin (int pinNumber);
override this.OpenPin : int -> unit
Protected Overrides Sub OpenPin (pinNumber As Integer)
Parameters
- pinNumber
- Int32
The pin number in the driver's logical numbering scheme.