System.Bluetooth.TBluetoothGattCharacteristic.GetUUID
Delphi
function GetUUID: TBluetoothUUID; virtual; abstract;
C++
virtual GUID __fastcall GetUUID(void) = 0 ;
Inhaltsverzeichnis
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothGattCharacteristic |
Beschreibung
- Hinweis: Diese ist eine abstrakte Methode, die von plattformspezifischen Unterklassen von TBluetoothGattCharacteristic implementiert wird.
Getter von UUID. Die Funktion GetUUID gibt die UUID dieses Merkmals zurück.
Plattformunterstützung
| Plattform | Bluetooth Low Energy | |
|---|---|---|
| Client | Server | |
|
Windows |
8+ |
|
|
OS X |
10,7+ |
10,9+ |
|
iOS |
5+ |
6+ |
|
Android |
4,3+ |
|