Click or drag to resize

PrinterUtilRestoreNetworkDefaults Method

Restores the printer's network settings to their factory default configuration.

Namespace:  Zebra.Sdk.Printer
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public static void RestoreNetworkDefaults(
	string connectionString
)

Parameters

connectionString
Type: SystemString
The connection string.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error connecting to the device.
ZebraPrinterLanguageUnknownExceptionIf the printer language could not be determined.
NotALinkOsPrinterExceptionThis feature is only available on Link-OS™ printers.
Remarks
Use caution when issuing this command because you may lose connectivity with your printer if your network requires non-default settings.
See ConnectionBuilder for the format of connectionString.
See Also