System.Bluetooth.TBluetoothGattDescriptor.GetKnownUnitName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor


説明

UUID を渡すと、標準単位の名前が小文字の英語で返されます。指定した UUID がどの標準単位にも一致しない場合は、空の文字列が返されます。

関連項目