System.Bluetooth.TBluetoothLEManager.AddDeviceToList

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function AddDeviceToList(const ADevice: TBluetoothLEDevice;
const ADeviceList: TBluetoothLEDeviceList): TBluetoothLEDevice; static;

C++

static TBluetoothLEDevice* __fastcall AddDeviceToList(TBluetoothLEDevice* const ADevice, TBluetoothLEDeviceList* const ADeviceList);

Eigenschaften

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


Beschreibung

Fügt das angegebene Remote-Gerät der angegebenen Liste der Remote-Geräte hinzu, falls sich das Gerät nicht bereits auf der Liste befindet, und gibt das angegebene Remote-Gerät zurück.

Siehe auch