System.Bluetooth.TBluetoothGattCharacteristic.GetDescriptor

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

Delphi

function GetDescriptor(const AUuid: TBluetoothUUID): TBluetoothGattDescriptor;

C++

TBluetoothGattDescriptor* __fastcall GetDescriptor(const GUID &AUuid);

プロパティ

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


説明

UUID を引数に渡して、この TBluetoothGattCharacteristicディスクリプタ リストから、該当する TBluetoothGattDescriptor を要求します。

GATT ディスクリプタ オブジェクトを返します。指定された UUID を持つ GATT ディスクリプタが見つからない場合は、nil を返します。

GetDescriptor に必要な引数は AUuid(このディスクリプタの UUID)だけです。UUIDTBluetoothUUID 型です。

関連項目