System.Bluetooth.TBluetoothGattDescriptor.GetKnownUnitName
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.