System.Bluetooth.TBluetoothGattDescriptor.DoGetNotification

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetNotification: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoGetNotification() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattDescriptor

Description

Returns True if the remote server is configured to send updates of the characteristic value as the value changes; it returns False otherwise.

You can only call DoGetNotification if the kind of the descriptor is ClientConfiguration.

Note: This is an abstract method that platform-specific subclasses of TBluetoothGattDescriptor implement.

See Also