System.Bluetooth.TBluetoothManager.AddDeviceToList

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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


Description

Ajoute le périphérique distant spécifié à la liste des périphériques distants spécifiée si le périphérique n'est pas déjà dans la liste, et renvoie le périphérique distant spécifié.

Voir aussi