Interface InventoryContract.PrinterTagColumns

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String PRINTER_UID
      Printer unique id (NOT printer uuid!), one of the following: mac address for network printers, "MY_LOCAL" to indicate the attached local printer if there is one, and in future some kind of unique identifier for the printer of some other device.
      static String TAG_UUID
      Tag uuid.
    • Field Detail

      • PRINTER_UID

        static final String PRINTER_UID
        Printer unique id (NOT printer uuid!), one of the following: mac address for network printers, "MY_LOCAL" to indicate the attached local printer if there is one, and in future some kind of unique identifier for the printer of some other device. Printer unique id corresponds to Printer.getUniqueId().

        Type: TEXT

        See Also:
        Constant Field Values