getLine method

int getLine()

Returns the line of the GPIO handle was opened with.

Implementation

int getLine() {
  _checkStatus();
  return _nativeGPIOline(_gpioHandle);
}