hasRes method

bool hasRes()

Implementation

bool hasRes() {
  return checkPidRes(pidOne) || checkPidRes(pidTwo);
}