System.Bluetooth.Components.TBluetooth.PairedDevices
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 は、サービスを提供するデバイスのみ返します。