System.Bluetooth.TBluetoothGattDescriptor.Create

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

Delphi

constructor Create(const ACharacteristic: TBluetoothGattCharacteristic); overload;
constructor Create(const ACharacteristic: TBluetoothGattCharacteristic; const AUUID: TBluetoothUUID); overload;

C++

__fastcall TBluetoothGattDescriptor(TBluetoothGattCharacteristic* const ACharacteristic)/* overload */;
__fastcall TBluetoothGattDescriptor(TBluetoothGattCharacteristic* const ACharacteristic, const GUID &AUUID)/* overload */;

プロパティ

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


説明

指定されたパラメータで TBluetoothGattDescriptor のインスタンスを作成します。

Create の第 1 のオーバーロード メソッドは、下記のパラメータで呼び出します。

パラメータ 意味
ACharacteristic このディスクリプタが属する GATT キャラクタリスティック

Create の第 2 のオーバーロード メソッドは、下記のパラメータで呼び出します。

パラメータ 意味
ACharacteristic このディスクリプタが属する GATT キャラクタリスティック
AUUID このディスクリプタの UUID

関連項目