System.Bluetooth.Components.TBluetoothLE.GetSupportsGattClient

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetSupportsGattClient: Boolean;

C++

bool __fastcall GetSupportsGattClient();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE


Beschreibung

Gibt True zurück, wenn die aktuelle Plattform die Verwendung von Bluetooth Low Energy als Client unterstützt; andernfalls wird False zurückgegeben.

GetSupportsGattClient gibt für die folgenden Plattformen True zurück:

Plattform Unterstüzt

Windows

8+

OS X

YesC++11Feature.png

iOS

5+

Android

4.3+

Getter-Methode von SupportsGattClient.

Siehe auch