Uses of Enum Class
com.zebra.sdk.settings.AlertDestination
Packages that use AlertDestination
Package
Description
Provides implementation for Zebra branded printer functionality.
Provides implementation for applying and retrieving settings from a device.
-
Uses of AlertDestination in com.zebra.sdk.printer
Methods in com.zebra.sdk.printer that return AlertDestinationModifier and TypeMethodDescriptionPrinterAlert.getDestination()Return theAlertDestinationused by the alert.Constructors in com.zebra.sdk.printer with parameters of type AlertDestinationModifierConstructorDescriptionPrinterAlert(AlertCondition condition, AlertDestination destination, boolean onSet, boolean onClear, String destinationAddress, int port, boolean quelling) Creates an instance of a PrinterAlert object.PrinterAlert(AlertCondition condition, AlertDestination destination, boolean onSet, boolean onClear, String destinationAddress, int port, boolean quelling, String alertText) Creates an instance of a PrinterAlert object, including the printer alert text.PrinterAlert(AlertCondition condition, AlertDestination destination, String sgdName, boolean onSet, boolean onClear, String destinationAddress, int port, boolean quelling) Creates an instance of a PrinterAlert object, including a Set-Get-Do name.PrinterAlert(AlertCondition condition, AlertDestination destination, String sgdName, boolean onSet, boolean onClear, String destinationAddress, int port, boolean quelling, String alertText) Creates an instance of a PrinterAlert object, including a Set-Get-Do name and the printer alert text. -
Uses of AlertDestination in com.zebra.sdk.settings
Methods in com.zebra.sdk.settings that return AlertDestinationModifier and TypeMethodDescriptionstatic AlertDestinationAlertDestination.createAlertDestination(String destination) Creates an AlertDestination based on thedestination.static AlertDestinationReturns the enum constant of this class with the specified name.static AlertDestination[]AlertDestination.values()Returns an array containing the constants of this enum class, in the order they are declared.