Click or drag to resize

MultichannelBluetoothConnectionOpen Method

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

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi_Desktop (in SdkApi_Desktop.dll) Version: 2.14.1869
Syntax
public override void Open()

Implements

ConnectionOpen
Exceptions
ExceptionCondition
ConnectionExceptionIf the connection cannot be established.
Remarks
If neither channel can be opened, then a ConnectionException is thrown. When this Multichannel connection is no longer needed, you must call Close to free up system resources.
See Also