MultichannelBluetoothConnectionOpen Method
|
Opens both the printing and status channel of this Multichannel connection.
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 Open()
Public Overrides Sub Open
public:
virtual void Open() override
Implements
ConnectionOpenExceptions Remarks
When this Multichannel connection is no longer needed, you must call
Close to free up system resources.
See Also