Package ru.nilsoft.tm

Class TMDefaults.msg_prntype

java.lang.Object
ru.nilsoft.tm.TMDefaults.msg_prntype
Enclosing class:
TMDefaults

public static final class TMDefaults.msg_prntype extends Object
Подтипы сообщений (для TMDefaults.msg_type.REQ_PRN/TMDefaults.msg_type.RESP_PRN).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Печать битмапа (черно/белого).
    static final int
    Отрезка бумаги (для принтеров с ножом).
    static final int
    Печать строки (данные для печати).
    static final int
    Установка параметров для печати.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • PARAM

      public static final int PARAM
      Установка параметров для печати.
      See Also:
    • CUT

      public static final int CUT
      Отрезка бумаги (для принтеров с ножом).
      See Also:
    • DATA

      public static final int DATA
      Печать строки (данные для печати).
      See Also:
    • BMP

      public static final int BMP
      Печать битмапа (черно/белого).
      See Also:
  • Constructor Details

    • msg_prntype

      public msg_prntype()