GPIOexception.errorCode constructor

GPIOexception.errorCode(
  1. int code,
  2. Pointer<Void> handle
)

Implementation

GPIOexception.errorCode(int code, Pointer<Void> handle)
    : errorCode = GPIO.getGPIOerrorCode(code),
      errorMsg = _getErrmsg(handle);