Click or drag to resize

wclBluetoothRadioHalGetApi Method

Returns a Bluetooth API supported by the Radio object.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected abstract wclBluetoothApi HalGetApi()

Return Value

wclBluetoothApi
The wclBluetoothApi describes a Bluetooth driver supported by this object.
Remarks
A derived class must override this method to provide information about supported Bluetooth driver (API).
See Also