System.Bluetooth.Components.TBluetoothLE.WriteDescriptor

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

Delphi

function WriteDescriptor(const ADevice: TBluetoothLEDevice; const ADescriptor: TBluetoothGattDescriptor): Boolean;

C++

bool __fastcall WriteDescriptor(System::Bluetooth::TBluetoothLEDevice* const ADevice, System::Bluetooth::TBluetoothGattDescriptor* const ADescriptor);

プロパティ

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


説明

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

関連項目