System.Bluetooth.TBluetoothGattDescriptor.GetKnownUnitName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetKnownUnitName(const AnUnit: TBluetoothUUID): string;

C++

__classmethod System::UnicodeString __fastcall GetKnownUnitName(const GUID &AnUnit);

Properties

Type Visibility Source Unit Parent
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor

Description

Returns the name of a standard unit in lower-case English given its UUID, or an empty string if the specified UUID does not match any standard unit.

See Also