System.Bluetooth.TBluetoothLEManager.DoGetSupportsGattClient

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function DoGetSupportsGattClient: Boolean; virtual; abstract;

C++

virtual bool __fastcall DoGetSupportsGattClient() = 0 ;

Eigenschaften

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


Beschreibung

Hinweis: Dies ist eine abstrakte Methode, die plattformspezifische Unterklassen von TBluetoothLEManager implementieren.

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

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

Plattform Unterstüzt

Windows

8+

OS X

YesC++11Feature.png

iOS

5+

Android

4.3+

GetSupportsGattClient ruft DoGetSupportsGattClient auf.

Siehe auch