System.Bluetooth.TScanResponse

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
class public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth System.Bluetooth


説明

キーと値のペアのディクショナリです(キーはスキャン応答キー、値は バイト配列)。

関連項目