System.Bluetooth.TBluetoothGattServer.DoStopAdvertising

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure DoStopAdvertising; virtual; abstract;

C++

virtual void __fastcall DoStopAdvertising() = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
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.

Arrête la publication de tous les services de votre serveur sur les clients distants.

StopAdvertising appelle DoStopAdvertising.

Voir aussi