TwclBluetoothRadio.CheckAvailable Method

The method checks that a Bluetooth driver and a hardware is available.

Namespace: wclBluetooth
protected
 function CheckAvailable: Integer;

Return Value

Type: Integer

If the function succeed the return value is wclErrors.WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

Any call to this method must be protected by the local radio Critical Section.