public interface ToolsUtilLinkOs
Modifier and Type | Method and Description |
---|---|
void |
printDirectoryLabel()
Send the print directory label command to the printer.
|
void |
printNetworkConfigurationLabel()
Send the print network configuration command to the printer.
|
void |
resetNetwork()
Sends the network reset command to the printer.
|
void |
restoreNetworkDefaults()
Send the restore network defaults command to the printer.
|
void |
setClock(String dateTime)
Set the RTC time and date on the printer.
|
void restoreNetworkDefaults() throws ConnectionException
ConnectionException
- If there is an error communicating with the printer.void printNetworkConfigurationLabel() throws ConnectionException
ConnectionException
- If there is an error communicating with the printer.void printDirectoryLabel() throws ConnectionException
ConnectionException
- If there is an error communicating with the printer.void resetNetwork() throws ConnectionException
ConnectionException
- If there is an error communicating with the printer.void setClock(String dateTime) throws ConnectionException, ZebraIllegalArgumentException
dateTime
values include date (e.g.
"MM-dd-yyyy"), time (e.g. "HH:mm:ss"), or both (e.g. "MM-dd-yyyy HH:mm:ss").dateTime
- date and or time in the proper format (MM-dd-yyyy, HH:mm:ss, or MM-dd-yyyy HH:mm:ss)ConnectionException
- If there is an error communicating with the printer.ZebraIllegalArgumentException
- If the format of dateTime
is invalid.
© 2015 ZIH Corp. All Rights Reserved.