System.Bluetooth.Components.TBluetoothLE.UpdateCharacteristicValue
Delphi
procedure UpdateCharacteristicValue(const ACharacteristic: TBluetoothGattCharacteristic);
C++
void __fastcall UpdateCharacteristicValue(System::Bluetooth::TBluetoothGattCharacteristic* const ACharacteristic);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | System.Bluetooth.Components.pas System.Bluetooth.Components.hpp |
System.Bluetooth.Components | TBluetoothLE |
Description
Remplace les données d'une caractéristique existante par 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.
Votre serveur informe les clients abonnés de ces changements.
Voir aussi
- System.Bluetooth.TBluetoothGattCharacteristic
- System.Bluetooth.TBluetoothGattCharacteristic.UUID
- System.Bluetooth.Components.TBluetoothLE.AddCharacteristic
- System.Bluetooth.Components.TBluetoothLE.CreateCharacteristic