getGPIOlabel method

String getGPIOlabel()

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

Implementation

String getGPIOlabel() {
  return _getString(_nativeGPIOlabel);
}