System.Bluetooth.TBluetoothGattCharacteristic.UUID

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

Delphi

property UUID: TBluetoothUUID read GetUUID;

C++

__property GUID UUID = {read=GetUUID};

プロパティ

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


説明

このキャラクタリスティックの UUID を返します。UUIDTBluetoothUUID 型です。

この識別子は、文字列リテラルを角かっこで囲んで表されます。UUID の形式は "{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}" でなければなりません。ここで、各 x は 16 進数字(0 ~ 9、A ~ F)です。たとえば、心拍数測定キャラクタリスティックの UUID は {00002A37-0000-1000-8000-00805F9B34FB} です。

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

関連項目