System.Bluetooth.Components.TBluetooth.OnDiscoverableEnd

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

Delphi

property OnDiscoverableEnd: TDiscoverableEndEvent read FOnDiscoverableEnd write FOnDiscoverableEnd;

C++

__property System::Bluetooth::TDiscoverableEndEvent OnDiscoverableEnd = {read=FOnDiscoverableEnd, write=FOnDiscoverableEnd};

プロパティ

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


説明

OnDiscoverableEnd は、検知可能な状態が、Timeout に到達した際に発生します。

関連項目