System.Bluetooth.TBluetoothGattServer.DoGetServices

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DoGetServices: TBluetoothGattServiceList; virtual; abstract;

C++

virtual TBluetoothGattServiceList* __fastcall DoGetServices() = 0 ;

Eigenschaften

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


Beschreibung

Gibt die Liste der Dienste zurück, die Ihr GATT-Server bereitstellt.

Siehe auch