Click or drag to resize

wclBluetoothRadioHalGetPlugged Method

Implements a hardware-dependent code to check a Bluetooth hardware physical state.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected abstract bool HalGetPlugged()

Return Value

Boolean
Returns True if a Bluetooth hardware is physically available. False otherwise.
Remarks
A derived class must override this method to provide information about supported Bluetooth driver.
See Also