System.Bluetooth.TBluetoothGattCharacteristic.DoCreateDescriptor

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

Delphi

function DoCreateDescriptor(const AUUID: TBluetoothUUID): TBluetoothGattDescriptor; virtual; abstract;

C++

virtual TBluetoothGattDescriptor* __fastcall DoCreateDescriptor(const GUID &AUUID) = 0 ;

プロパティ

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


説明

キャラクタリスティックのディスクリプタを指定の UUID で新しく作成します。

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

関連項目