public interface LaminatorUtilZmotif
Modifier and Type | Method and Description |
---|---|
void |
calibrateLaminate()
Calibrates the Laminator.
|
LaminatorCardCountInfo |
getLaminatorCardCount()
Queries the printer and returns the Laminator card count.
|
LaminatorInfo |
getLaminatorInformation()
Queries the printer and returns Laminator information.
|
java.util.Map<String,String> |
getLaminatorOdometerValues()
Returns the odometer names and values.
|
java.util.Map<String,String> |
getLaminatorSensorStates()
Queries the printer and returns a Map of Laminator Sensor and their states.
|
java.util.Map<String,String> |
getLaminatorSensorValues()
Returns Map of Laminator sensors and their values.
|
String |
getLaminatorStatus()
Queries the printer and returns the Laminator Status.
|
void |
restoreLaminatorDefaultConfiguration()
Restores the Laminator to default configuration
|
void calibrateLaminate() throws ConnectionException, SettingsException, ZebraCardException
ConnectionException
- if the device is busy or there is an error communicating with the printer.SettingsException
- if an error occurs while calibrating the laminator.ZebraCardException
- if the printer does not have a laminator or a printer error occurs.LaminatorCardCountInfo getLaminatorCardCount() throws ConnectionException, SettingsException, ZebraCardException
ConnectionException
- if the device is busy or there is an error communicating with the printer.SettingsException
- if an error occurs while retrieving the laminator card count.ZebraCardException
- if the printer does not have a laminator or a printer error occurs.LaminatorInfo getLaminatorInformation() throws ConnectionException, SettingsException, ZebraCardException
ConnectionException
- if the device is busy or there is an error communicating with the printer.SettingsException
- if an error occurs while retrieving the laminator information.ZebraCardException
- if the printer does not have a laminator or a printer error occurs.java.util.Map<String,String> getLaminatorSensorStates() throws ConnectionException, SettingsException, ZebraCardException
ConnectionException
- if the device is busy or there is an error communicating with the printer.SettingsException
- if an error occurs while retrieving the laminator sensor states.ZebraCardException
- if the printer does not have a laminator or a printer error occurs.java.util.Map<String,String> getLaminatorSensorValues() throws ConnectionException, SettingsException, ZebraCardException
ConnectionException
- if the device is busy or there is an error communicating with the printer.SettingsException
- if an error occurs while retrieving the laminator sensor values.ZebraCardException
- if the printer does not have a laminator or a printer error occurs.String getLaminatorStatus() throws ConnectionException, SettingsException, ZebraCardException
ConnectionException
- if the device is busy or there is an error communicating with the printer.SettingsException
- if an error occurs while retrieving the laminator status.ZebraCardException
- if the printer does not have a laminator or a printer error occurs.void restoreLaminatorDefaultConfiguration() throws ConnectionException, SettingsException, ZebraCardException
ConnectionException
- if the device is busy or there is an error communicating with the printer.SettingsException
- if an error occurs while restoring the laminator's default configuration.ZebraCardException
- if the printer does not have a laminator or a printer error occurs.java.util.Map<String,String> getLaminatorOdometerValues() throws ConnectionException, SettingsException, ZebraCardException
ConnectionException
- if the device is busy or there is an error communicating with the printer.SettingsException
- if an error occurs retrieving the odometer values.ZebraCardException
- if the printer does not have a laminator or a printer error occurs.
© 2016 ZIH Corp. All Rights Reserved.