System.Bluetooth.Components.TBluetoothLE.GetSupportsGattClient
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 |
|
|
iOS |
5+ |
|
Android |
4.3+ |
Getter-Methode von SupportsGattClient.