System.Bluetooth.TBluetoothGattServer.DoAddService

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DoAddService(const AService: TBluetoothGattService): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoAddService(TBluetoothGattService* const AService) = 0 ;

Eigenschaften

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


Beschreibung

Fügt Ihrem GATT-Server den angegebenen Dienst hinzu.

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

Siehe auch