System.Bluetooth.TBluetoothManager.AddDeviceToList
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 */;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | TBluetoothManager | 
説明
指定されたリモート デバイスが指定されたリモート デバイス リストにまだ含まれていなければ追加し、指定されたリモート デバイスを返します。