Uses of Class
com.zebra.sdk.printer.TcpPortStatus
Packages that use TcpPortStatus
Package
Description
Provides implementation for Zebra branded printer functionality.
-
Uses of TcpPortStatus in com.zebra.sdk.printer
Methods in com.zebra.sdk.printer that return types with arguments of type TcpPortStatusModifier and TypeMethodDescriptionstatic List<TcpPortStatus> PrinterUtil.getPortStatus(String connectionString) Retrieves a list of currently open tcp ports on the printer.
See ConnectionBuilder for the format ofconnectionString.ZebraPrinterLinkOs.getPortStatus()Retrieve the TCP port status of the printer and returns a list ofTcpPortStatusdescribing the open ports on the printer.