System.Bluetooth.TScanResponse

Delphi
TScanResponse = class(TDictionary<TScanResponseKey, TBytes>);
C++
class PASCALIMPLEMENTATION TScanResponse : public System::Generics::Collections::TDictionary__2<TScanResponseKey,System::DynamicArray<System::Byte> >
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
| class | public | System.Bluetooth.pas System.Bluetooth.hpp | System.Bluetooth | System.Bluetooth | 
説明
キーと値のペアのディクショナリです(キーはスキャン応答キー、値は バイト配列)。