fullRes method

bool fullRes()

Implementation

bool fullRes() {
  return checkPidRes(pidOne) && checkPidRes(pidTwo);
}