System.Bluetooth.TBluetoothLEDevice.DoWriteDescriptor

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

Delphi

function DoWriteDescriptor(const ADescriptor: TBluetoothGattDescriptor): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoWriteDescriptor(TBluetoothGattDescriptor* const ADescriptor) = 0 ;

プロパティ

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


説明

リモート デバイスの既存のディスクリプタのうち、指定されたディスクリプタの UUID と同じ UUID を持つものを見つけ、その既存ディスクリプタのデータを、指定されたディスクリプタのデータで置き換えます。

WriteDescriptor から DoWriteDescriptor が呼び出されます。

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

関連項目