System.Bluetooth.TBluetoothLEManager.SupportsGattClient

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property SupportsGattClient: Boolean read GetSupportsGattClient;

C++

__property bool SupportsGattClient = {read=GetSupportsGattClient, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager


Beschreibung

Ist True, wenn die aktuelle Plattform die Verwendung von Bluetooth Low Energy als Client unterstützt; andernfalls False.

SupportsGattClient ist für die folgenden Plattformen True:

Plattform Unterstützt

Windows

8+

OS X

YesC++11Feature.png

iOS

5+

Android

4.3+

Siehe auch