System.Bluetooth.TBluetoothManager.OnDiscoveryEnd

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

Delphi

property OnDiscoveryEnd: TDiscoveryEndEvent read FOnDiscoveryEnd write FOnDiscoveryEnd;

C++

__property TDiscoveryEndEvent OnDiscoveryEnd = {read=FOnDiscoveryEnd, write=FOnDiscoveryEnd};

プロパティ

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


説明

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

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

関連項目