Interface PrinterContract.DevicesColumns

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String IP
      The IP address of the printer, or null if this is a USB printer.
      static String MAC
      The MAC address of the printer, or null if this is a USB printer.
      static String NAME
      The name of the printer.
      static String TYPE
      The type of the printer, as defined by the Type#name().
      static String TYPE_DETAILS
      The type details for this type printer, encoded as TypeDetails JSON.
      static String UUID
      The unique identifier for the printer.