read method

bool read()

Reads the state of the GPIO line.

Implementation

bool read() {
  return _getBoolValue(_nativeGPIOread);
}