System.Bluetooth.TBluetoothLEAdvertiseData.AddServiceUUID
Révision datée du 13 novembre 2015 à 14:36 par Simona.craciun (discussion | contributions) (1 version : nOvember 05, 2015 Traanslation Package. LOC-20787)
Delphi
procedure AddServiceUUID(const AServiceUUID: TBluetoothUUID);
C++
void __fastcall AddServiceUUID(const GUID &AServiceUUID);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdvertiseData |
Description
Ajoute l'UUID spécifié d'un service GATT aux UUID des services promus.
Exceptions
| Exception | Message | Scénarios |
|---|---|---|
| EBluetoothLEAdvertiseDataException | Requiert au minimum Android 5 (API 21) |
|