System.Bluetooth.Components.TBluetooth.OnDiscoverableEnd

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnDiscoverableEnd: TDiscoverableEndEvent read FOnDiscoverableEnd write FOnDiscoverableEnd;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetooth


Beschreibung

OnDiscoverableEnd wird ausgelöst, wenn der "Discoverable"-Status ein Timeout erreicht hat.

Siehe auch