Package com.zebra.sdk.printer
Interface ASMUtilLinkOs
- All Known Subinterfaces:
ZebraPrinterLinkOs
public interface ASMUtilLinkOs
Utility class for performing Link-OS printer actions for ASM mode.
-
Method Summary
Modifier and TypeMethodDescriptionvoidrestoreAsmDefaults(String authPassword, String sgdBranch) Sends the appropriate restore command for specified sgd branch to the printer in protected mode.
-
Method Details
-
restoreAsmDefaults
void restoreAsmDefaults(String authPassword, String sgdBranch) throws ConnectionException, ZebraIllegalArgumentException Sends the appropriate restore command for specified sgd branch to the printer in protected mode.- Parameters:
authPassword- to authenticate printer in protected modesgdBranch- SGD branch name(ip,wlan,display,power,bluetooth,device.alerts or all).Settings under this branch to be restored to default values.- Throws:
ConnectionExceptionZebraIllegalArgumentException
-