Package | Description |
---|---|
com.zebra.sdk.printer |
Provides implementation for Zebra branded printer functionality.
|
com.zebra.sdk.remote.comm |
Provides implementation for communicating to Link-OS printers over Web Sockets.
|
com.zebra.sdk.settings |
Provides implementation for applying and retrieving settings from a device.
|
Modifier and Type | Method and Description |
---|---|
AlertCondition |
PrinterAlert.getCondition()
Return the
AlertCondition of the alert. |
Constructor and Description |
---|
PrinterAlert(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.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteConnection.registerForAlerts(java.util.HashSet<AlertCondition> alertsConditionsToMonitor,
AlertMonitorI monitorCallback)
Register for alerts on the RemoteConnection which are being received by the Zebra Servlet Instance.
|
void |
RemoteConnection.unregisterForAlerts(java.util.HashSet<AlertCondition> alertsConditionsToMonitor,
AlertMonitorI monitorCallback)
Un-Register an AlertMonitor from a RemoteConnection.
|
Modifier and Type | Method and Description |
---|---|
static AlertCondition |
AlertCondition.createAlertCondition(String condition)
Creates an AlertCondition based on the
condition . |
static AlertCondition |
AlertCondition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertCondition[] |
AlertCondition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2017 ZIH Corp. All Rights Reserved.