System.Bluetooth.TBluetoothGattServer.DoIsAdvertising

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoIsAdvertising: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoIsAdvertising() = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


Description

Remarque : Il s'agit d'une méthode abstraite qu'implémentent les sous-classes de TBluetoothGattServer spécifiques à la plate-forme.

Renvoie une valeur booléenne qui indique si votre serveur GATT publie ses services (True), ou pas (False).

GetIsAdvertising appelle DoIsAdvertising.

Voir aussi