System.Bluetooth.TBluetoothLEDevice.GetIdentifier

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIdentifier: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetIdentifier() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice

Description

Note: This is an abstract method that platform-specific subclasses of TBluetoothLEDevice implement.

Returns a string that identifies a Bluetooth device unequivocally.

Identifier calls GetIdentifier.

See Also