getGPIOedge method

GPIOedge getGPIOedge()

Returns the property edge of the GPIO.

Implementation

GPIOedge getGPIOedge() {
  return GPIOedge.values[_getInt32Value(_nativeGPIOgetEdge)];
}