Class DiscoveredPrinterNetwork

Object
com.zebra.sdk.printer.discovery.DiscoveredPrinter
com.zebra.sdk.printer.discovery.DiscoveredPrinterNetwork
All Implemented Interfaces:
Serializable

public class DiscoveredPrinterNetwork extends DiscoveredPrinter
Instance of DiscoveredPrinter that is returned when performing a network discovery.
See Also:
  • Constructor Details

    • DiscoveredPrinterNetwork

      public DiscoveredPrinterNetwork(String address, int port)
      Returns an instance of a DiscoveredPrinterNetwork with ipAddress and port.
      Parameters:
      address - the address of the discovered network printer
      port - the active raw port of the discovered network printer
    • DiscoveredPrinterNetwork

      public DiscoveredPrinterNetwork(Map<String,String> attributes)
      Returns an instance of a DiscoveredPrinterNetwork built using the provided attributes.
      Parameters:
      attributes - a map of attributes associated with the discovered network printer
  • Method Details