System.Bluetooth.TBluetoothManager.AddDeviceToList

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothManager


Beschreibung

Fügt der angegebenen Liste mit Remote-Geräten das angegebene Remote-Gerät hinzu, wenn sich das Gerät nicht bereits in der Liste befindet, und gibt das angegebene Remote-Gerät zurück.

Siehe auch