Click or drag to resize

DriverPrinterConnection.Open Method

Opens the connection to a device.

Namespace: Zebra.Sdk.Comm
Assembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax
public override void Open()

Implements

Connection.Open()
Exceptions
ExceptionCondition
ConnectionExceptionIf the connection cannot be established.
Remarks
If the open method is called when this connection has already been opened, this call is ignored. When a handle to the connection is no longer needed, you must call Close() to free up system resources.
See Also