Click or drag to resize

MultichannelBluetoothConnectionClose Method

Closes both the printing and status channels of this MultichannelConnection.

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 Close()

Implements

ConnectionClose
Exceptions
ExceptionCondition
ConnectionException
Remarks
Releases any system resources associated with the connection. If the connection is already closed then invoking this method has no effect.
See Also