System.Bluetooth.TBluetoothLEManager.SupportsGattClient
Delphi
property SupportsGattClient: Boolean read GetSupportsGattClient;
C++
__property bool SupportsGattClient = {read=GetSupportsGattClient, nodefault};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEManager |
Description
A pour valeur True si la plate-forme en cours supporte l'utilisation du protocole Bluetooth Low Energy en tant que client ; False sinon.
SupportsGattClient a la valeur True pour les plates-formes suivantes :
| Plate-forme | Prise en charge |
|---|---|
|
Windows |
8+ |
|
OS X |
|
|
IOS |
5+ |
|
Android |
4.3+ |