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()
Public Overrides Sub Open
public:
virtual void Open() override
Implements
ConnectionOpenExceptions 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