System.Bluetooth.Components.TBluetooth.OnDiscoveryEnd

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

Delphi

property OnDiscoveryEnd: TDiscoveryEndEvent read FOnDiscoveryEnd write FOnDiscoveryEnd;

C++

__property System::Bluetooth::TDiscoveryEndEvent OnDiscoveryEnd = {read=FOnDiscoveryEnd, write=FOnDiscoveryEnd};

プロパティ

種類 可視性 ソース ユニット
event published
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth


説明

OnDiscoveryEnd は、DiscoverDevicesTimeout に到達した際に発生します。

関連項目