Class PrinterStatus

java.lang.Object
jp.co.sanei_elec.printerlibrary.api.PrinterStatus

public class PrinterStatus extends Object
Various printer status information.
  • Field Details

    • STATUS_1_WAITING

      public static final int STATUS_1_WAITING
      See Also:
    • STATUS_1_MOVING

      public static final int STATUS_1_MOVING
      See Also:
    • STATUS_1_ERROR

      public static final int STATUS_1_ERROR
      See Also:
    • STATUS_2_NORMAL

      public static final int STATUS_2_NORMAL
      See Also:
    • STATUS_2_NEAR_END

      public static final int STATUS_2_NEAR_END
      See Also:
    • STATUS_2_PAPER_EMPTY

      public static final int STATUS_2_PAPER_EMPTY
      See Also:
    • STATUS_2_HEAD_OPEN

      public static final int STATUS_2_HEAD_OPEN
      See Also:
    • STATUS_2_DEVICE_ERROR

      public static final int STATUS_2_DEVICE_ERROR
      See Also:
    • STATUS_2_AUTO_CUTTER_ERROR

      public static final int STATUS_2_AUTO_CUTTER_ERROR
      See Also:
    • STATUS_2_LOW_BATTERY

      public static final int STATUS_2_LOW_BATTERY
      See Also:
    • STATUS_2_PULL_OUT_THE_PAPER

      public static final int STATUS_2_PULL_OUT_THE_PAPER
      See Also:
    • STATUS_2_PAPER_IN_BEZEL

      public static final int STATUS_2_PAPER_IN_BEZEL
      See Also:
    • STATUS_3_NO_ERROR

      public static final int STATUS_3_NO_ERROR
      See Also:
    • STATUS_3_VOLTAGE_ERROR

      public static final int STATUS_3_VOLTAGE_ERROR
      See Also:
    • STATUS_3_TEMPERATURE_ERROR

      public static final int STATUS_3_TEMPERATURE_ERROR
      See Also:
    • STATUS_3_PAPER_JAM_ERROR

      public static final int STATUS_3_PAPER_JAM_ERROR
      See Also:
    • STATUS_3_ANOTHER_ERROR

      public static final int STATUS_3_ANOTHER_ERROR
      See Also:
    • status1

      public final int status1
    • status2

      public final int status2
    • status3

      public final int status3
    • status4

      public final int status4
  • Method Details