System.Bluetooth.TBluetoothLEAdvertiseData.ServiceData

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ServiceData: TArray<TPair<TBluetoothUUID, TBytes>> read GetServiceData;

C++

__property System::DynamicArray<System::Generics::Collections::TPair__2<GUID,System::DynamicArray<System::Byte> > > ServiceData = {read=GetServiceData};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEAdvertiseData


Description

Tableau constitué de paires d'UUID et de données des services GATT promus par le biais de la publicité.

Le contenu des données du service peut constituer la valeur complète ou partielle d'une caractéristique ou d'un descripteur. Voir Getting Started with Bluetooth Low Energy, GATT Attribute Data in Advertising Packets (EN).

Voir aussi