GpioPin.Read 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.
Reads the current value of the general-purpose I/O (GPIO) pin.
public:
virtual GpioPinValue Read() = Read;
GpioPinValue Read();
public GpioPinValue Read();
function read()
Public Function Read () As GpioPinValue
Returns
The current value of the GPIO pin. If the pin is configured as an output, this value is the last value written to the pin.
Windows requirements
App capabilities |
lowLevel
|