System.Bluetooth.Components.TBluetooth.DiscoverDevices

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

Delphi

procedure DiscoverDevices(ATimeout: Integer);

C++

void __fastcall DiscoverDevices(int ATimeout);

プロパティ

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


説明

現在のアダプタが、Timeout になるまで、検知可能なデバイスに対する新たなスキャンを実行します。

DiscoverDevices は、次のプラットフォームをサポートしています:

プラットフォーム サポート タイムアウトの単位

Android

YesC++11Feature.png

msecs

macOS

未サポート

iOS

未サポート

Linux

未サポート

Windows

YesC++11Feature.png

msecs


関連項目