System.Bluetooth.TBluetoothDevice.DoGetServices

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoGetServices: TBluetoothServiceList; virtual; abstract;

C++

virtual TBluetoothServiceList* __fastcall DoGetServices() = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothDevice


Description

Remarque : C'est une méthode abstraite qu'implémentent les sous-classes de TBluetoothDevice spécifiques à la plate-forme.

Demande la liste des services du périphérique distant et actualise FServiceList.

LastServiceList et GetServices appellent DoGetServices.

Support de la plate-forme

Plate-forme Prise en charge Remarques

Windows 32 bits
Windows 64 bits

YesC++11Feature.png

OS X

YesC++11Feature.png

Android

4.0.2+

Voir aussi