System.Bluetooth.TScanResponse

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

Eigenschaften

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


Beschreibung

Dictionary mit Schlüssel/Wertepaaren, wobei die Schlüssel Antwortschlüssel der Ermittlung und die Werte Byte-Arrays sind.

Siehe auch