System.Bluetooth.TBluetoothAdapter.PairedDevices

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

Delphi

property PairedDevices: TBluetoothDeviceList read GetPairedDevices;

C++

__property TBluetoothDeviceList* PairedDevices = {read=GetPairedDevices};

プロパティ

種類 可視性 ソース ユニット
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothAdapter


説明

こちらのアプリケーションが動作しているデバイスとペアになっているリモート デバイスのリストです。

関連項目