Click or drag to resize

wclBluetoothRadioHalGetApiName Method

Returns a supported Bluetooth API name.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected abstract string HalGetApiName()

Return Value

String
A name of the supported Bluetooth API.
Remarks
A derived class must override this method to provide information about supported Bluetooth driver (API) name.
See Also