System.Bluetooth.TScanResponse

From RAD Studio API Documentation
Jump to: navigation, search

System.Generics.Collections.TDictionarySystem.Generics.Collections.TEnumerableSystem.TObjectTScanResponse

Delphi

TScanResponse = class(TDictionary<TScanResponseKey, TBytes>);

C++

class PASCALIMPLEMENTATION TScanResponse : public System::Generics::Collections::TDictionary__2<TScanResponseKey,System::DynamicArray<System::Byte> >

Properties

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

Description

A dictionary of key-value pairs where keys are scan response keys and values are arrays of bytes.

See Also