System.Bluetooth.TBluetoothLEServiceData

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.Generics.Collections.TDictionarySystem.Generics.Collections.TEnumerableSystem.TObjectTBluetoothLEServiceData

Delphi

TBluetoothLEServiceData = class(TDictionary<TBluetoothUUID, TBytes>);

C++

class PASCALIMPLEMENTATION TBluetoothLEServiceData : public System::Generics::Collections::TDictionary__2<GUID,System::DynamicArray<System::Byte> >

Propriétés

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


Description

Dictionnaire dans lequel les clés sont des UUID de services GATT et les valeurs sont des données des services à promouvoir.

Voir aussi