System.Bluetooth.TBluetoothLEManager.DoGetSupportsGattClient

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoGetSupportsGattClient: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoGetSupportsGattClient() = 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.

DoGetSupportsGattClient renvoie True pour les plates-formes suivantes :

Plate-forme Prise en charge

Windows

8+

OS X

YesC++11Feature.png

IOS

5+

Android

4.3+

GetSupportsGattClient appelle DoGetSupportsGattClient.

Voir aussi