System.Bluetooth.TBluetoothLEDevice.WriteCharacteristic

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function WriteCharacteristic(const ACharacteristic: TBluetoothGattCharacteristic): Boolean;

C++

bool __fastcall WriteCharacteristic(TBluetoothGattCharacteristic* const ACharacteristic);

Propriétés

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


Description

Trouve une caractéristique existante du périphérique distant ayant le même UUID que celui de la caractéristique spécifiée, et remplace les données de la caractéristique existante par les données de la caractéristique spécifiée.

Voir aussi