System.Bluetooth.TBluetoothManager.AddDeviceToList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function AddDeviceToList(const ADevice: TBluetoothDevice;
const ADeviceList: TBluetoothDeviceList): TBluetoothDevice; overload; static;

C++

static TBluetoothDevice* __fastcall AddDeviceToList(TBluetoothDevice* const ADevice, TBluetoothDeviceList* const ADeviceList)/* overload */;

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothManager

Description

Adds the specified remote device to the specified list of remote devices if the device is not already in the list, and returns the specified remote device.

See Also