System.Bluetooth.TBluetoothManager.AddDeviceToList

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

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


説明

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

関連項目