System.Bluetooth.TBluetoothGattServer.IsAdvertising

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IsAdvertising: Boolean read GetIsAdvertising;

C++

__property bool IsAdvertising = {read=GetIsAdvertising, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


Description

Définit si votre serveur GATT publie ses services (True) ou pas (False).

Voir aussi