ZebraPrinterSetConnection Method
|
Changes the printer's connection.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntax void SetConnection(
Connection newConnection
)
Sub SetConnection (
newConnection As Connection
)
void SetConnection(
Connection^ newConnection
)
Parameters
- newConnection
- Type: Zebra.Sdk.CommConnection
The new connection to be used for communication with the printer.
See Also