getGPIOfd method

int getGPIOfd()

Returns the native line file descriptor of the GPIO handle.

Implementation

int getGPIOfd() {
  _checkStatus();
  return _nativeGPIOfd(_gpioHandle);
}