isPaperJam method

bool isPaperJam()

Implementation

bool isPaperJam() {
  return FLAG_PAPER_JAM & _value != 0;
}