getGPIOname method

String getGPIOname()

Returns the line name of the GPIO. This method is intended for use with character device GPIOs and always returns the empty string for sysfs GPIOs.

Implementation

String getGPIOname() {
  return _getString(_nativeGPIOname);
}