System.Bluetooth.TBluetoothManager.OnIdentifyCustomUUID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property OnIdentifyCustomUUID: TIdentifyUUIDEvent read FOnIdentifyCustomUUID write FOnIdentifyCustomUUID;

C++

/* static */ __property TIdentifyUUIDEvent OnIdentifyCustomUUID = {read=FOnIdentifyCustomUUID, write=FOnIdentifyCustomUUID};

Properties

Type Visibility Source Unit Parent
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothManager

Description

Occurs when you request the display name of a service with a given unique identifier, but TBluetoothManager does not recognize the specified service identifier.

The event handler of OnIdentifyCustomUUID receives the following parameters:

See Also