System.Bluetooth.TBluetoothLEServiceData

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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> >

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth


Beschreibung

Dictionary, in dem Schlüssel UUIDs von GATT-Diensten und Werte Daten dieser Dienste sind, die bekannt gegeben werden sollen.

Siehe auch