Uses of Enum Class
com.zebra.sdk.settings.AlertCondition
Packages that use AlertCondition
Package
Description
Provides implementation for Zebra branded printer functionality.
Provides implementation for communicating to Link-OS printers over Web Sockets.
Provides implementation for applying and retrieving settings from a device.
-
Uses of AlertCondition in com.zebra.sdk.printer
Methods in com.zebra.sdk.printer that return AlertConditionModifier and TypeMethodDescriptionPrinterAlert.getCondition()Return theAlertConditionof the alert.Constructors in com.zebra.sdk.printer with parameters of type AlertConditionModifierConstructorDescriptionPrinterAlert(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 AlertCondition in com.zebra.sdk.remote.comm
Method parameters in com.zebra.sdk.remote.comm with type arguments of type AlertConditionModifier and TypeMethodDescriptionvoidRemoteConnection.registerForAlerts(HashSet<AlertCondition> alertsConditionsToMonitor, AlertMonitorI monitorCallback) Register for alerts on the RemoteConnection which are being received by the Zebra Servlet Instance.voidRemoteConnection.unregisterForAlerts(HashSet<AlertCondition> alertsConditionsToMonitor, AlertMonitorI monitorCallback) Un-Register an AlertMonitor from a RemoteConnection. -
Uses of AlertCondition in com.zebra.sdk.settings
Methods in com.zebra.sdk.settings that return AlertConditionModifier and TypeMethodDescriptionstatic AlertConditionAlertCondition.createAlertCondition(String condition) Creates an AlertCondition based on thecondition.static AlertConditionReturns the enum constant of this class with the specified name.static AlertCondition[]AlertCondition.values()Returns an array containing the constants of this enum class, in the order they are declared.