toBMKOpenErrorCode method

BMKOpenErrorCode toBMKOpenErrorCode()

Implementation

BMKOpenErrorCode toBMKOpenErrorCode() {
  switch (this) {
    case 0: return BMKOpenErrorCode.BMK_OPEN_NO_ERROR;
    default: return BMKOpenErrorCode.values[this + 0];
  }
}