System.Bluetooth.TBluetoothGattDescriptor.DoSetNotification
Delphi
procedure DoSetNotification(const AValue: Boolean); virtual; abstract;
C++
virtual void __fastcall DoSetNotification(const bool AValue) = 0 ;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
procedure function |
protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattDescriptor |
Beschreibung
Legt fest, ob der Remote-Server so konfiguriert ist, dass Aktualisierungen des Merkmalswerts bei Änderungen des Werts gesendet werden (True) oder nicht (False).
Sie können DoSetNotification nur aufrufen, wenn die Eigenschaft Kind des Deskriptors ClientConfiguration lautet.
- Hinweis: Dies ist eine abstrakte Methode, die von plattformspezifischen Unterklassen von TBluetoothGattDescriptor implementiert wird.