System.Bluetooth.TBluetoothLEManager.OnDiscoveryEnd

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

Delphi

property OnDiscoveryEnd: TDiscoveryLEEndEvent read FOnDiscoveryLEEnd write FOnDiscoveryLEEnd;

C++

__property TDiscoveryLEEndEvent OnDiscoveryEnd = {read=FOnDiscoveryLEEnd, write=FOnDiscoveryLEEnd};

プロパティ

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


説明

StartDiscovery を呼び出すと、Bluetooth を使用するリモート デバイスを探す検出操作が開始します。検出操作が終了すると、OnDiscoveryEnd が発生します。

OnDiscoveryEndイベント ハンドラは、次のパラメータを受け取ります:

関連項目