getGPIOinfo method

String getGPIOinfo()

Returns a string representation of the native GPIO handle.

Implementation

String getGPIOinfo() {
  return _getString(_nativeGPIOinfo);
}