Click or drag to resize

MultichannelBluetoothConnectionOpen Method

Opens both the printing and status channel of this Multichannel connection.

Namespace:  Zebra.Sdk.Comm
Assemblies:   SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 2.15.2634
  ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 2.15.2521
Syntax
public override void Open()

Implements

ConnectionOpen
Exceptions
ExceptionCondition
ConnectionExceptionIf neither channel can be opened
Remarks
When this Multichannel connection is no longer needed, you must call Close to free up system resources.
See Also