Click or drag to resize

PrinterUtilResetNetwork Method

Resets the network of the specified printer.

Namespace:  Zebra.Sdk.Printer
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public static void ResetNetwork(
	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
Usually performed to enable changed network settings to take effect.
See ConnectionBuilder for the format of connectionString.
See Also