BluetoothStatusConnectionOpen Method
|
Opens a status only Bluetooth® connection as specified in the constructor.
Namespace: Zebra.Sdk.CommAssembly: SdkApi.Desktop (in SdkApi.Desktop.dll) Version: 4.0.3435
Syntaxpublic override void Open()
Public Overrides Sub Open
public:
virtual void Open() override
Implements
ConnectionOpen
Exceptions
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