isWarning method

bool isWarning()

Implementation

bool isWarning() {
  return sw1 >= 0x62 && sw1 <= 0x63;
}