ZebraPrinterSetConnection Method
|
Changes the printer's connection.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax void SetConnection(
Connection newConnection
)
Sub SetConnection (
newConnection As Connection
)
void SetConnection(
Connection^ newConnection
)
Parameters
- newConnection Connection
- The new connection to be used for communication with the printer.
See Also