System.Bluetooth.Components.TBluetooth.PairedDevices

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

Delphi

function PairedDevices: TBluetoothDeviceList; overload;
function PairedDevices(const AUUID: TBluetoothUUID): TBluetoothDeviceList; overload;

C++

System::Bluetooth::TBluetoothDeviceList* __fastcall PairedDevices()/* overload */;
System::Bluetooth::TBluetoothDeviceList* __fastcall PairedDevices(const GUID &AUUID)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth


説明

現在のアダプタに、ペアとなったデバイス群を問い合わせます。

パラメータ AUUID は省略可能です。AUUID は、Bluetooth サービス一意の識別子です。AUUID を指定した場合、PairedDevices は、サービスを提供するデバイスのみ返します。

関連項目