System.Bluetooth.TBluetoothGattCharacteristic.CreateDescriptor

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

Delphi

function CreateDescriptor(const AUUID: TBluetoothUUID): TBluetoothGattDescriptor;

C++

TBluetoothGattDescriptor* __fastcall CreateDescriptor(const GUID &AUUID);

プロパティ

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


説明

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

関連項目