System.Bluetooth.Components.TBluetoothLE.GetDescriptors

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

Delphi

function GetDescriptors(const ACharacteristic: TBluetoothGattCharacteristic): TBluetoothGattDescriptorList;

C++

System::Bluetooth::TBluetoothGattDescriptorList* __fastcall GetDescriptors(System::Bluetooth::TBluetoothGattCharacteristic* const ACharacteristic);

プロパティ

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


説明

指定された GATT キャラクタリスティックディスクリプタのリストを返します。

関連項目