Package | Description |
---|---|
com.zebra.sdk.device |
Provides implementation for device operations
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<PrinterAlert> |
Profile.getConfiguredAlerts()
A list of objects detailing the alert configurations in a profile.
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.configureAlert(PrinterAlert alert) |
void |
Profile.removeAlert(PrinterAlert alert)
Removes a configured alert from a profile.
|
Modifier and Type | Method and Description |
---|---|
void |
Profile.configureAlerts(List<PrinterAlert> alerts) |
Modifier and Type | Method and Description |
---|---|
List<PrinterAlert> |
AlertProvider.getConfiguredAlerts()
A list of objects detailing the alert configuration of a printer.
|
Modifier and Type | Method and Description |
---|---|
void |
AlertProvider.configureAlert(PrinterAlert alert)
Configures an alert to be triggered when the alert's condition occurs or becomes resolved.
|
void |
AlertProvider.removeAlert(PrinterAlert alert)
Removes a configured alert from a printer.
|
Modifier and Type | Method and Description |
---|---|
void |
AlertProvider.configureAlerts(List<PrinterAlert> alerts)
Configures a list of alerts to be triggered when their conditions occur or become resolved.
|
Modifier and Type | Method and Description |
---|---|
void |
AlertMonitorI.receivedAlert(PrinterAlert receivedAlert)
Called when a printer alert is received.
|
void |
AlertMonitorI.receivedAlert(PrinterAlert receivedAlert,
String sgdData)
Called when a printer alert is received.
|
© 2015 ZIH Corp. All Rights Reserved.