System.Bluetooth.TBluetoothLEManager.AddDeviceToList

提供: RAD Studio API Documentation
移動先: 案内検索

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


説明

指定されたリモート デバイスが指定されたリモート デバイス リストにまだ含まれていなければ追加し、指定されたリモート デバイスを返します。

関連項目