System.Bluetooth.TIdentifyUUIDEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TIdentifyUUIDEvent = function(const Sender: TObject; const AUUID: TBluetoothUUID): string of object;

C++

typedef System::UnicodeString __fastcall (__closure *TIdentifyUUIDEvent)(System::TObject* const Sender, const GUID &AUUID);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth


Beschreibung

Typ der Ereignisbehandlungsroutine für das Ereignis TBluetoothManager.OnIdentifyCustomUUID.

Siehe auch