System.Bluetooth.TBluetoothLEServiceData

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

Type Visibility Source Unit Parent
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth

Description

Dictionary where keys are UUIDs of GATT services and values are data of those services to advertise.

See Also