isOutOfPaper method

bool isOutOfPaper()

Implementation

bool isOutOfPaper() {
  return FLAG_OUT_OF_PAPER & _value != 0;
}