System.Bluetooth.TBluetoothGattServer.DoStartAdvertising

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DoStartAdvertising; virtual; abstract;

C++

virtual void __fastcall DoStartAdvertising() = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothGattServer


Beschreibung

Hinweis: Dies ist eine abstrakte Methode, die von plattformspezifischen Unterklassen von TBluetoothGattServer implementiert wird.

Beginnt mit der Bekanntgabe aller Dienste auf Ihrem Server an alle erreichbaren Remote-Clients.

StartAdvertising ruft DoStartAdvertising auf.

Siehe auch