System.Bluetooth.TBluetoothLEServiceData
Delphi
TBluetoothLEServiceData = class(TDictionary<TBluetoothUUID, TBytes>);
C++
class PASCALIMPLEMENTATION TBluetoothLEServiceData : public System::Generics::Collections::TDictionary__2<GUID,System::DynamicArray<System::Byte> >
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | System.Bluetooth |
説明
GATT サービスの UUID をキーとし、アドバタイズされるそれらのサービスのデータを値とするディクショナリです。