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.15.2634
Syntax
void SetConnection(
	Connection newConnection
)

Parameters

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