System.Bluetooth.Components.TBluetoothLE.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.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


Beschreibung

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

SupportsGattClient ist für die folgenden Plattformen True:

Plattform Unterstüzt

Windows

8+

OS X

YesC++11Feature.png

iOS

5+

Android

4,3+

Siehe auch