LedException.errorCode constructor

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

Implementation

LedException.errorCode(int code, Pointer<Void> handle)
    : errorCode = Led.getLedErrorCode(code),
      errorMsg = _getErrmsg(handle);