Package ru.nilsoft.tm

Class TMCommand.barcode_types

java.lang.Object
ru.nilsoft.tm.TMCommand.barcode_types
Enclosing class:
TMCommand

public static final class TMCommand.barcode_types extends Object
Типы штрихкодов (смотри функцию TMCommand.CmdReceiptBarcode(byte, byte, byte, byte, byte, java.lang.String))
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final byte
    CodaBar.
    static final byte
    Code128.
    static final byte
    Code39.
    static final byte
    Code93.
    static final byte
    EAN13.
    static final byte
    EAN8.
    static final byte
    CodaBar фиксированной длины.
    static final byte
    Code39 фиксированной длины.
    static final byte
    EAN13 фиксированной длины.
    static final byte
    EAN8 фиксированной длины.
    static final byte
    ITF фиксированной длины.
    static final byte
    UPC-A фиксированной длины.
    static final byte
    UPC-E фиксированной длины.
    static final byte
    ITF.
    static final byte
    UPC-A.
    static final byte
    UPC-E.
  • 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

  • Constructor Details

    • barcode_types

      public barcode_types()