Click or drag to resize

ZebraPrinterSetConnection Method

Changes the printer's connection.

Namespace:  Zebra.Sdk.Printer
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
void SetConnection(
	Connection newConnection
)

Parameters

newConnection
Type: Zebra.Sdk.CommConnection
The new connection to be used for communication with the printer.
See Also