System.Bluetooth.Components.TBluetoothLE.WriteDescriptor

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


Description

Trouve un descripteur existant du périphérique distant spécifié ayant le même UUID que celui du descripteur spécifié, et remplace les données du descripteur existant par les données du descripteur spécifié.

Voir aussi