getGPIOchipFD method

int getGPIOchipFD()

Returns the GPIO chip file descriptor of the GPIO handle. This method is intended for use with character device GPIOs and is unsupported by sysfs GPIOs.

Implementation

int getGPIOchipFD() {
  _checkStatus();
  return _nativeGPIOchipFd(_gpioHandle);
}