System.Bluetooth.TBluetoothGattDescriptor.Notification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Notification: Boolean read GetNotification write SetNotification;

C++

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

Properties

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

Description

Whether the remote server is configured to send updates of the characteristic value as the value changes (True) or not (False).

You can only read the value of the Notification property if the kind of the descriptor is ClientConfiguration.

See Also