System.Bluetooth.TBluetoothLEDevice.WriteDescriptor

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

Delphi

function WriteDescriptor(const ADescriptor: TBluetoothGattDescriptor): Boolean;

C++

bool __fastcall WriteDescriptor(TBluetoothGattDescriptor* const ADescriptor);

プロパティ

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


説明

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

関連項目