Click or drag to resize

BluetoothStatusConnectionOpen Method

Opens a status only Bluetooth® connection as specified in the constructor.

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

Implements

ConnectionOpen
Exceptions
ExceptionCondition
ConnectionException
Remarks
If the device does not support status connections (that is, if it is not a Link-OS 2.5 or higher device) calling open will throw a ConnectionException.
See Also