| Package | Description | 
|---|---|
| com.zebra.sdk.printer | 
 Provides implementation for Zebra branded printer functionality. 
 | 
| com.zebra.sdk.settings | 
 Provides implementation for applying and retrieving settings from a device. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AlertDestination | 
PrinterAlert.getDestination()
Return the  
AlertDestination used by 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 | 
|---|---|
static AlertDestination | 
AlertDestination.createAlertDestination(String destination)
Creates an AlertDestination based on the  
destination. | 
static AlertDestination | 
AlertDestination.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static AlertDestination[] | 
AlertDestination.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
				© 2015 ZIH Corp. All Rights Reserved.