Interface ZebraPrinterLinkOs

All Superinterfaces:
AlertProvider, ASMUtilLinkOs, Device, FileUtil, FileUtilLinkOs, FirmwareUpdaterLinkOs, FontUtil, FormatUtil, FormatUtilLinkOs, GraphicsUtil, ProfileUtil, SettingsProvider, ToolsUtil, ToolsUtilLinkOs, ZebraPrinter

This interface defines increased capabilities of a Zebra Link-OS™ printer. Link-OS™ printers support many features not supported by non-Link-OS™ Zebra printers.
  • Method Details

    • getPortStatus

      List<TcpPortStatus> getPortStatus() throws ConnectionException
      Retrieve the TCP port status of the printer and returns a list of TcpPortStatus describing the open ports on the printer. The open connection from the SDK will be listed in the return value. This method will throw a ConnectionException if it is unable to communicate with the printer.

      Note: Tabletop printers support more than one established connection on the raw port at a time, so the same port may be listed more than once.
      Returns:
      List of open ports on the ZebraPrinter. Note: The open connection from the SDK will be listed.
      Throws:
      ConnectionException - if there is an issue communicating with the printer (e.g. the connection is not open.)
    • getGetCommunityName

      String getGetCommunityName()
      Get the printer's SNMP get community name.
      Returns:
      The printer's SNMP Get Community Name
    • setGetCommunityName

      void setGetCommunityName(String getCommunityName)
      Set the printer's SNMP get community name.
      Parameters:
      getCommunityName - New value for the printer's SNMP Get Community Name.
    • getLinkOsInformation

      LinkOsInformation getLinkOsInformation()
      Returns specific Link-OS™ information.
      Returns:
      specific Link-OS™ information
    • isPrinterProtectedMode

      boolean isPrinterProtectedMode()
      Returns:
      printer protected status