System.Bluetooth.TBluetoothGattCharacteristic.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 TBluetoothGattCharacteristic


説明

このキャラクタリスティックの UUIDName の文字列を返します。

たとえば、UUID:'{00002A37-0000-1000-8000-00805F9B34FB}' に対応する名前は 'HEART RATE MEASUREMENT' です。

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

関連項目