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.
|
Map<String,String> |
getLaminatorSensorStates()
Queries the printer and returns a Map of Laminator Sensor and their states.
|
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 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 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 a printer error occurs.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 a printer error occurs.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 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 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 a printer error occurs.
© 2016 ZIH Corp. All Rights Reserved.