System.Bluetooth.TBluetoothGattDescriptor.UUIDName

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

Delphi

property UUIDName: string read GetUUIDName;

C++

__property System::UnicodeString UUIDName = {read=GetUUIDName};

プロパティ

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


説明

この TBluetoothGattDescriptor の UUIDName の文字列を返します。

たとえば、UUID:'{00002901-0000-1000-8000-00805F9B34FB}' に対応する名前は 'Characteristic User Description' です。

標準ディスクリプタの詳細については、公式サイトの GATT キャラクタリスティック ディスクリプタに関するページ(英語版)を参照してください。

関連項目