System.Bluetooth.TBluetoothLEManager.SupportsGattClient
Delphi
property SupportsGattClient: Boolean read GetSupportsGattClient;
C++
__property bool SupportsGattClient = {read=GetSupportsGattClient, nodefault};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEManager |
Beschreibung
Ist True, wenn die aktuelle Plattform die Verwendung von Bluetooth Low Energy als Client unterstützt; andernfalls False.
SupportsGattClient ist für die folgenden Plattformen True:
| Plattform | Unterstützt |
|---|---|
|
Windows |
8+ |
|
Mac OS X |
|
|
iOS |
5+ |
|
Android |
4.3+ |