System.Bluetooth.TBluetoothLEManager.AddDeviceToList
Delphi
class function AddDeviceToList(const ADevice: TBluetoothLEDevice; const ADeviceList: TBluetoothLEDeviceList): TBluetoothLEDevice; static;
C++
static TBluetoothLEDevice* __fastcall AddDeviceToList(TBluetoothLEDevice* const ADevice, TBluetoothLEDeviceList* const ADeviceList);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEManager |
説明
指定されたリモート デバイスが指定されたリモート デバイス リストにまだ含まれていなければ追加し、指定されたリモート デバイスを返します。