System.Tether.BluetoothAdapter.TTetheringBluetoothAdapter.DoDiscoverManagers

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

Delphi

procedure DoDiscoverManagers(Timeout: Cardinal; const ATargetList: TTetheringTargetHosts;
const AProfileGroups, AProfileTexts: TArray<string>); override;

C++

virtual void __fastcall DoDiscoverManagers(unsigned Timeout, const System::DynamicArray<System::UnicodeString> ATargetList, const System::DynamicArray<System::UnicodeString> AProfileGroups, const System::DynamicArray<System::UnicodeString> AProfileTexts);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Tether.BluetoothAdapter.pas
System.Tether.BluetoothAdapter.hpp
System.Tether.BluetoothAdapter TTetheringBluetoothAdapter


説明

Bluetooth アダプタManager へ接続するために、リモート マネージャの検知を開始します。

ATargetList が空の場合、マネージャは、ペアとなっている全リモート デバイスのリスト上で、リモート マネージャの検知処理を行います。

検索対象とする 1 つ以上の Bluetooth デバイスからなるリストを指定することができます。ターゲット Bluetooth デバイスは、次の形で渡すことができます:

関連項目