System.Bluetooth.TBluetoothManager.OnDiscoveryEnd
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 のイベント ハンドラは、次のパラメータを受け取ります:
Sender
は アダプタです。ADeviceList
は TBluetoothManager が検出したリモート デバイスのリストです。