System.Bluetooth.Components.TBluetoothLE.OnDiscoverLEDevice

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnDiscoverLEDevice: TDiscoverLEDeviceEvent read FOnDiscoverLEDevice write FOnDiscoverLEDevice;

C++

__property System::Bluetooth::TDiscoverLEDeviceEvent OnDiscoverLEDevice = {read=FOnDiscoverLEDevice, write=FOnDiscoverLEDevice};

Eigenschaften

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


Beschreibung

OnDiscoverLEDevice wird jedes Mal ausgelöst, wenn ein Gerät während der Geräteermittlung gefunden wird.

Siehe auch