TwclBluetoothRadio.SetName(string) Method

Sets a new name for the local Bluetooth Radio module.

Namespace: wclBluetooth
public
 function SetName(const Name: string): Integer;

Parameters

Name
Type: string

The new Radio name.

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.