System.Bluetooth.TBluetoothLEManager.GetSupportsGattClient
Delphi
function GetSupportsGattClient: Boolean;
C++
bool __fastcall GetSupportsGattClient(void);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEManager |
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ützt |
|---|---|
|
Windows |
8+ |
|
Mac OS X |
|
|
iOS |
5+ |
|
Android |
4.3+ |
Getter-Methode von SupportsGattClient.