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


説明

このディスクリプタUUID を返します。UUIDTBluetoothUUID 型です。GATT キャラクタリスティック ディスクリプタには、この GATT キャラクタリスティックの付加情報や属性が含まれています。ディスクリプタを使用すると、キャラクタリスティックの特長を記述したり、キャラクタリスティックの特定の動作を制御することができます。

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

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

関連項目