System.Bluetooth.TBluetoothGattDescriptor.GetUUID

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

Delphi

function GetUUID: TBluetoothUUID; virtual; abstract;

C++

virtual GUID __fastcall GetUUID() = 0 ;

プロパティ

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


説明

メモ: これは、TBluetoothGattDescriptor のプラットフォーム固有のサブクラスで実装される抽象メソッドです。

UUID の取得アクセサです。GetUUID 関数では、この TBluetoothGattDescriptorUUID を取得します。TBluetoothUUID インスタンスを返します。

たとえば、Characteristic Extended Properties(キャラクタリスティック拡張プロパティ)の UUID は {00002900-0000-1000-8000-00805F9B34FB} です。

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

プラットフォーム サポート

プラットフォーム Bluetooth LE
クライアント サーバー

Windows

8 以上

OS X

10.7 以上

10.9 以上

iOS

5 以上

6 以上

Android

4.3 以上

関連項目