System.Bluetooth.TBluetoothGattDescriptor.DoGetBroadcasts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetBroadcasts: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoGetBroadcasts() = 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 include in its advertising data the value of the characteristic that provides this descriptor; it returns False otherwise.

You can only call DoGetBroadcasts if the kind of the descriptor is ServerConfiguration.

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

See Also