System.Bluetooth.TBluetoothLEManager.OnDiscoverLeDevice

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnDiscoverLEDevice: TDiscoverLEDeviceEvent read FOnDiscoverLEDevice write FOnDiscoverLEDevice;

C++

__property TDiscoverLEDeviceEvent OnDiscoverLEDevice = {read=FOnDiscoverLEDevice, write=FOnDiscoverLEDevice};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


Beschreibung

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

Siehe auch