System.Bluetooth.TBluetoothLEManager.DoGetSupportsGattServer

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoGetSupportsGattServer: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoGetSupportsGattServer() = 0 ;

Propriétés

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


Description

Remarque : Il s'agit d'une méthode abstraite qu'implémentent les sous-classes de TBluetoothLEManager spécifiques à la plate-forme.

Renvoie True si la plate-forme en cours supporte l'utilisation du protocole Bluetooth Low Energy en tant que client ; renvoie False sinon.

DoGetSupportsGattServer renvoie True pour les plates-formes suivantes :

Plate-forme Prise en charge

Windows

OS X

10.9+

IOS

6+

Android

GetSupportsGattServer appelle DoGetSupportsGattServer.

Voir aussi