System.Bluetooth.TBluetoothGattDescriptor.Notification

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Notification: Boolean read GetNotification write SetNotification;

C++

__property bool Notification = {read=GetNotification, write=SetNotification, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor


Description

Définit si le serveur distant est configuré pour envoyer les mises à jour de la valeur de la caractéristique quand la valeur change (True) ou pas (False).

Vous pouvez seulement lire la valeur de la propriété Notification si le descripteur est du genre ClientConfiguration.

Voir aussi