getGPIOfd method
Returns the native line file descriptor of the GPIO handle.
Implementation
int getGPIOfd() {
_checkStatus();
return _nativeGPIOfd(_gpioHandle);
}
Returns the native line file descriptor of the GPIO handle.
int getGPIOfd() {
_checkStatus();
return _nativeGPIOfd(_gpioHandle);
}