System.Bluetooth.Components.TBluetooth.OnDiscoveryEnd

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnDiscoveryEnd: TDiscoveryEndEvent read FOnDiscoveryEnd write FOnDiscoveryEnd;

C++

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

Eigenschaften

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


Beschreibung

OnDiscoveryEnd wird ausgelöst, wenn DiscoverDevices das Timeout empfängt.

Siehe auch