System.Bluetooth.TBluetoothDevice.DoGetServices

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DoGetServices: TBluetoothServiceList; virtual; abstract;

C++

virtual TBluetoothServiceList* __fastcall DoGetServices() = 0 ;

Eigenschaften

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


Beschreibung

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

Fordert die Dienstliste von dem Remote-Gerät an und aktualisiert FServiceList.

LastServiceList und GetServices rufen DoGetServices auf.

Plattformunterstützung

Plattform Unterstützt Hinweise

32-Bit-Windows
64-Bit-Windows

YesC++11Feature.png

OS X

YesC++11Feature.png

Android

4.0.2+

Siehe auch