MultichannelBluetoothConnectionClose Method
|
Closes both the printing and status channels of this MultichannelConnection.
Namespace: Zebra.Sdk.CommAssemblies: ZebraPrinterSdk (in ZebraPrinterSdk.dll) Version: 3.0.3271
SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 3.0.3271
Syntax public override void Close()
Public Overrides Sub Close
public:
virtual void Close() override
Implements
ConnectionCloseExceptions Remarks
Releases any system resources associated with the connection. If the connection is already closed then invoking this method has no effect.
See Also